Uses of Class
com.caucho.jmx.Units

Packages that use Units
com.caucho.management.server   
 

Uses of Units in com.caucho.management.server
 

Methods in com.caucho.management.server with annotations of type Units
 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 ArchiveDeployMXBean.getDependencyCheckInterval()
           
 long RewriteImportMXBean.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 ServerMXBean.getRequestReadBytesTotal()
          Returns the total number of bytes that requests serviced by this server have read.
 long WebAppMXBean.getRequestReadBytesTotal()
          Returns the total number of bytes that requests serviced by this web-app have read.
 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.getRequestTimeTotal()
          Returns the total duration in milliseconds that connections serviced by this web-app have taken.
 long ServerMXBean.getRequestWriteBytesTotal()
          Returns the total number of bytes that requests serviced by this server have written.
 long WebAppMXBean.getRequestWriteBytesTotal()
          Returns the total number of bytes that connections serviced by this web-app 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 ClusterServerMXBean.getSocketTimeout()
          Returns the timeout to use for reads when communicating with the target server.
 long PortMXBean.getSocketTimeout()
          Returns the timeout for socket reads when waiting for data from a client.
 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.