|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInfoMXBean
JMX bean to get some server info.
It is being registered under the ObjectName
"com.groiss.server:type=ServerInfo".
Method Summary | |
---|---|
java.lang.Integer |
getActiveUserSessionCount()
Get the number of active user sessions for all nodes. |
java.lang.Integer |
getBusyThreadCount()
Get the number of busy HTTP threads. |
java.lang.Integer |
getConcurrentUserSessionCount()
Get the number of concurrent user sessions. |
java.lang.Integer |
getConfiguredDBConnectionCount()
Get the number of configured database connections. |
java.util.Date |
getCurrentDate()
Get the current date |
java.lang.Boolean |
getIsClusterTimerNode()
Determine if this node is the cluster timer node. |
java.lang.Integer |
getMaxThreadCount()
Get the number of configured HTTP threads. |
java.lang.Integer |
getNodeActiveUserSessionCount()
Get the number of active user sessions for this node. |
java.lang.String |
getNodeId()
Get the node id of the node. |
java.lang.String |
getServerId()
Get the id of the server. |
java.util.Date |
getStartDate()
Get the start date of the node. |
java.lang.Integer |
getUsedDBConnectionCount()
Get the number of used database connections. |
java.lang.String |
getVersion()
Get the version of @enterprise. |
Method Detail |
---|
java.lang.String getVersion()
java.util.Date getCurrentDate()
java.lang.Integer getConfiguredDBConnectionCount()
java.lang.Integer getUsedDBConnectionCount()
java.lang.Integer getActiveUserSessionCount()
java.lang.Integer getNodeActiveUserSessionCount()
java.lang.Integer getConcurrentUserSessionCount()
java.lang.Integer getMaxThreadCount()
java.lang.Integer getBusyThreadCount()
java.util.Date getStartDate()
java.lang.String getNodeId()
java.lang.Boolean getIsClusterTimerNode()
java.lang.String getServerId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |