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, restartaddNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListeneraddObjectNameProperties, getObjectName, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectNamepublic long getMemoryFreeMin()
ServerMXBeangetMemoryFreeMin in interface ServerMXBeangetMemoryFreeMin in class ServerAdminpublic long getPermGenFreeMin()
ServerMXBeangetPermGenFreeMin in interface ServerMXBeangetPermGenFreeMin in class ServerAdminpublic boolean isSelectManagerEnabled()
ServerMXBeanAbstractSelectManager
is enabled and activeisSelectManagerEnabled in interface ServerMXBeanisSelectManagerEnabled in class ServerAdminpublic int getSelectKeepaliveCount()
getSelectKeepaliveCount in interface ServerMXBeangetSelectKeepaliveCount in class ServerAdmin