public interface ServiceLoad extends Comparable<ServiceLoad>
Modifier and Type | Method | Description |
---|---|---|
int |
getConnectionCount() |
Return the connection count.
|
int |
getConnectionLimit() |
Return the maximum number of simultaneous connections allowed.
|
int |
getConnectionPendingCount() |
Return the number of connections that are pending.
|
int |
getDaemonActiveCount() |
Return the number of daemon threads that are currently processing
messages.
|
int |
getDaemonCount() |
Return number of daemon threads that are used to process messages.
|
int |
getMessageBacklogIncoming() |
Return the number of messages that are queued for processing.
|
int |
getMessageBacklogOutgoing() |
Return the number of messages that are queued for delivery.
|
compareTo
int getConnectionCount()
int getConnectionPendingCount()
int getConnectionLimit()
int getDaemonCount()
int getDaemonActiveCount()
int getMessageBacklogIncoming()
int getMessageBacklogOutgoing()