org.apache.geronimo.console.jsr77
Class DynamicServerInfo

java.lang.Object
  extended by org.apache.geronimo.console.jsr77.DynamicServerInfo
All Implemented Interfaces:
Serializable

public class DynamicServerInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DynamicServerInfo(long upTime)
           
DynamicServerInfo(long memoryCurrent, long memoryMost, long memoryAllocated, long upTime)
           
 
Method Summary
 long getBytesAllocated()
           
 long getBytesCurrent()
           
 long getBytesMost()
           
 String getMemoryAllocated()
           
 String getMemoryCurrent()
           
 String getMemoryMost()
           
 String getUpTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicServerInfo

public DynamicServerInfo(long upTime)

DynamicServerInfo

public DynamicServerInfo(long memoryCurrent,
                         long memoryMost,
                         long memoryAllocated,
                         long upTime)
Method Detail

getMemoryCurrent

public String getMemoryCurrent()

getMemoryMost

public String getMemoryMost()

getMemoryAllocated

public String getMemoryAllocated()

getUpTime

public String getUpTime()

getBytesCurrent

public long getBytesCurrent()

getBytesMost

public long getBytesMost()

getBytesAllocated

public long getBytesAllocated()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.