|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestListenerServiceMBean
Expose information about the current state of the inbound request processor.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |