|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoServerMonitor
Monitor provides details about the monitored JCoServer instance
Method Summary | |
---|---|
java.util.List<? extends JCoConnectionData> |
getConnectionsData()
Returns the details for each connection currently hold by the server instance |
int |
getCurrentConnectionCount()
Return the number of the server connections hold by this server instance |
int |
getCurrentServerThreadCount()
Return the number of server worker threads that currently are started by this server |
int |
getMaximumUsedServerThreadCount()
Return the maximum number of server worker threads that have been actually been used simultaneously by this server |
int |
getServerThreadCount()
Return the number of server worker threads that may be started by this server |
JCoServerState |
getState()
Returns the current state of the server instance |
int |
getStatelessConnectionCount()
Return the number of the stateless server connections hold by this server instance |
int |
getUsedServerThreadCount()
Return the number of server worker threads currently in use by this server |
Method Detail |
---|
int getServerThreadCount()
int getCurrentServerThreadCount()
int getMaximumUsedServerThreadCount()
int getUsedServerThreadCount()
int getCurrentConnectionCount()
int getStatelessConnectionCount()
java.util.List<? extends JCoConnectionData> getConnectionsData()
JCoServerState getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |