Package | Description |
---|---|
com.caucho.management.server |
Modifier and Type | Method and Description |
---|---|
long |
ClusterServerMXBean.getClusterIdleTime()
Returns the timeout for an idle socket that is connected to the target
server.
|
long |
ConnectionPoolMXBean.getConnectionWaitTime()
How long to wait for connections when timed out.
|
long |
ClusterServerMXBean.getConnectTimeout()
The timeout in milliseconds for connecting to the server.
|
long |
SessionManagerMXBean.getCookieMaxAge()
The session cookie max-age sent to the browser.
|
long |
RewriteImportMXBean.getDependencyCheckInterval() |
long |
ArchiveDeployMXBean.getDependencyCheckInterval() |
long |
ClusterServerMXBean.getIdleTime()
Returns the timeout for an idle socket that is connected to the target
server.
|
long |
ConnectionPoolMXBean.getMaxActiveTime()
Returns the pool active time in milliseconds.
|
long |
ConnectionPoolMXBean.getMaxIdleTime()
Returns the pool idle time in milliseconds.
|
long |
ConnectionPoolMXBean.getMaxPoolTime()
Returns the pool time in milliseconds.
|
long |
PortMXBean.getReadBytesTotal()
Returns the total number of bytes that requests serviced by this
port have read.
|
long |
ClusterServerMXBean.getRecoverTime()
Returns the timeout for assuming a target server remains unavailable once
a connection attempt fails.
|
long |
DeployControllerMXBean.getRedeployCheckInterval()
Returns the interval between redeploy checks.
|
long |
TcpConnectionMXBean.getRequestActiveTime()
Returns the time this request has spent in the active state.
|
long |
WebAppMXBean.getRequestReadBytesTotal()
Returns the total number of bytes that requests serviced by
this web-app have read.
|
long |
ServerMXBean.getRequestReadBytesTotal()
Returns the total number of bytes that requests serviced by this
server have read.
|
long |
WebAppMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that connections serviced by
this web-app have taken.
|
long |
PortMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that requests serviced by
this port have taken.
|
long |
ServerMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that requests serviced by
this server have taken.
|
long |
WebAppMXBean.getRequestWriteBytesTotal()
Returns the total number of bytes that connections serviced by this
web-app have written.
|
long |
ServerMXBean.getRequestWriteBytesTotal()
Returns the total number of bytes that requests serviced by this
server have written.
|
long |
ServerMXBean.getRuntimeMemory()
Returns the current total amount of memory available for the JVM, in bytes.
|
long |
ServerMXBean.getRuntimeMemoryFree()
Returns the current free amount of memory available for the JVM, in bytes.
|
long |
SessionManagerMXBean.getSessionTimeout()
The maximum time an idle session will be saved.
|
long |
PortMXBean.getSocketTimeout()
Returns the timeout for socket reads when waiting for data from a client.
|
long |
ClusterServerMXBean.getSocketTimeout()
Returns the timeout to use for reads when communicating with
the target server.
|
long |
PortMXBean.getSuspendTimeMax()
Returns the suspend/comet time max
|
long |
ClusterServerMXBean.getWarmupTime()
Returns the warmup time in milliseconds.
|
long |
PortMXBean.getWriteBytesTotal()
Returns the total number of bytes that requests serviced by this
port have written.
|