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