public class ProServerAdmin extends ServerAdmin
Modifier and Type | Method and Description |
---|---|
long |
getMemoryFreeMin()
Returns the memory-free-min limit for forcing GC and restarting.
|
long |
getPermGenFreeMin()
Returns the perm-gen-free-min limit for forcing GC and restarting.
|
int |
getSelectKeepaliveCount()
Returns the current number of connections that are in the keepalive
state and are using select to maintain the connection.
|
boolean |
isSelectManagerEnabled()
Returns true if a
AbstractSelectManager
is enabled and active |
findConnectionByThreadId, getCacheStatistics, getClientDisconnectCountTotal, getCluster, getClusterPort, getCpuLoadAvg, getCurrentTime, getEnvironment, getHeaderCountMax, getHeaderSizeMax, getId, getInvocationCacheHitCountTotal, getInvocationCacheMissCountTotal, getKeepaliveCountTotal, getName, getPorts, getRequestCountTotal, getRequestReadBytesTotal, getRequestTimeTotal, getRequestWriteBytesTotal, getRuntimeMemory, getRuntimeMemoryFree, getSelfServer, getSendfileCountTotal, getServerHeader, getServerIndex, getShutdownWaitMax, getStage, getStartTime, getState, getThreadActiveCount, getThreadKeepaliveCount, getThreadPool, getType, getUptime, getUrlLengthMax, isBindPortsAfterStart, isDetailedStatistics, isDevelopmentModeErrorPage, restart
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener
addObjectNameProperties, getObjectName, registerSelf, toString, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName
public long getMemoryFreeMin()
ServerMXBean
getMemoryFreeMin
in interface ServerMXBean
getMemoryFreeMin
in class ServerAdmin
public long getPermGenFreeMin()
ServerMXBean
getPermGenFreeMin
in interface ServerMXBean
getPermGenFreeMin
in class ServerAdmin
public boolean isSelectManagerEnabled()
ServerMXBean
AbstractSelectManager
is enabled and activeisSelectManagerEnabled
in interface ServerMXBean
isSelectManagerEnabled
in class ServerAdmin
public int getSelectKeepaliveCount()
getSelectKeepaliveCount
in interface ServerMXBean
getSelectKeepaliveCount
in class ServerAdmin