public interface RequestListenerServiceMBean
Expose information about the current state of the inbound request processor.
Modifier and Type | Method and Description |
---|---|
int |
getActivationsPerMinute()
Returns the number of activation processed per
minute from the time statistics were activated.
|
int |
getActiveConnections()
Return the number clients that are currently connected.
|
int |
getActiveTransactions()
Return the number of transactions that are currently being processed.
|
int |
getDefaultReceiveBufferSize() |
int |
getDefaultSendBufferSize() |
long |
getTotalActivations()
Return the total number of activation requests processed.
|
void |
setDefaultReceiveBufferSize(int bytes)
Modify the TCP buffer settings to maximize the performance
for the client network.
|
void |
setDefaultSendBufferSize(int bytes) |
void |
startStatistics()
Start recording statistics and reset any existing statistical data.
|
void |
stopStatistics()
Stop recording statistics and reset any existing statistical data.
|
int getActiveConnections()
Return the number clients that are currently connected.
int getActiveTransactions()
Return the number of transactions that are currently being processed.
long getTotalActivations()
Return the total number of activation requests processed.
int getActivationsPerMinute()
Returns the number of activation processed per minute from the time statistics were activated.
void startStatistics()
Start recording statistics and reset any existing statistical data.
void stopStatistics()
Stop recording statistics and reset any existing statistical data.
void setDefaultReceiveBufferSize(int bytes)
Modify the TCP buffer settings to maximize the performance for the client network.
bytes
- int getDefaultReceiveBufferSize()
void setDefaultSendBufferSize(int bytes)
int getDefaultSendBufferSize()