public interface ServerInfoMXBean
ObjectName
"com.groiss.server:type=ServerInfo".
Please be aware that some of the calls might start a transaction, access the database and could take some time. Transaction handling is being taken care of automatically.
Modifier and Type | Method and Description |
---|---|
Integer |
getActiveUserSessionCount()
Get the number of active user sessions for all nodes.
|
Integer |
getBusyThreadCount()
Get the number of busy HTTP threads of this node.
|
Integer |
getConcurrentUserSessionCount()
Get the number of concurrent user sessions for all nodes.
|
Integer |
getConfiguredDBConnectionCount()
Get the number of configured database connections of this node.
|
Date |
getCurrentDate()
Get the current date of this node.
|
Boolean |
getIsClusterTimerNode()
Determine if this node is the cluster timer node.
|
Integer |
getMaxThreadCount()
Get the number of configured HTTP threads of this node.
|
Integer |
getNodeActiveUserSessionCount()
Get the number of active user sessions for this node.
|
String |
getNodeId()
Get the node id of this node.
|
String |
getServerId()
Get the id of the server.
|
Date |
getStartDate()
Get the start date of this node.
|
Integer |
getUsedDBConnectionCount()
Get the number of used database connections of this node.
|
String |
getVersion()
Get the version of @enterprise at this node.
|
String getVersion()
Date getCurrentDate()
Integer getConfiguredDBConnectionCount()
Integer getUsedDBConnectionCount()
Integer getActiveUserSessionCount()
Integer getNodeActiveUserSessionCount()
Integer getConcurrentUserSessionCount()
Integer getMaxThreadCount()
Integer getBusyThreadCount()
Date getStartDate()
String getNodeId()
Boolean getIsClusterTimerNode()
String getServerId()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.