wt.method
Class MethodServerInfo
java.lang.Object
wt.method.MethodServerInfo
- All Implemented Interfaces:
- Serializable
- public class MethodServerInfo
- extends Object
- implements Serializable
Execution statistics for method server
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startDate
public Date startDate
totalMethods
public int totalMethods
totalContexts
public int totalContexts
activeContexts
public int activeContexts
freeMemory
public long freeMemory
totalMemory
public long totalMemory
numSockets
public int numSockets
bytesIn
public long bytesIn
bytesOut
public long bytesOut
totalConnections
public int totalConnections
jmxConnectInfo
public Serializable jmxConnectInfo
MethodServerInfo
public MethodServerInfo()