wt.method
Class MethodServerInfo

java.lang.Object
  extended bywt.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

Field Summary
 int activeContexts
           
 long bytesIn
           
 long bytesOut
           
 long freeMemory
           
 Serializable jmxConnectInfo
           
 int numSockets
           
 Date startDate
           
 int totalConnections
           
 int totalContexts
           
 long totalMemory
           
 int totalMethods
           
 
Constructor Summary
MethodServerInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MethodServerInfo

public MethodServerInfo()