wt.manager
Class ServerManagerInfo

java.lang.Object
  extended bywt.manager.ServerManagerInfo
All Implemented Interfaces:
Cloneable, Serializable

public class ServerManagerInfo
extends Object
implements Cloneable, Serializable

Supported API: false
Extendable: false

See Also:
Serialized Form

Field Summary
 long bytesIn
           
 long bytesOut
           
 long freeMemory
           
 int getInfoCalls
           
 int getServerCalls
           
 int numSockets
           
 int registerServerCalls
           
 int reportDeadServerCalls
           
 int serverLaunchCount
           
 Date startDate
           
 long totalMemory
           
 
Constructor Summary
ServerManagerInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startDate

public Date startDate

registerServerCalls

public int registerServerCalls

getServerCalls

public int getServerCalls

reportDeadServerCalls

public int reportDeadServerCalls

getInfoCalls

public int getInfoCalls

serverLaunchCount

public int serverLaunchCount

freeMemory

public long freeMemory

totalMemory

public long totalMemory

numSockets

public int numSockets

bytesIn

public long bytesIn

bytesOut

public long bytesOut
Constructor Detail

ServerManagerInfo

public ServerManagerInfo()