lima.distribution
Class DServer.MemoryUsageEvent

java.lang.Object
  |
  +--lima.distribution.DServer.MemoryUsageEvent
All Implemented Interfaces:
Event
Enclosing class:
DServer

public class DServer.MemoryUsageEvent
extends java.lang.Object
implements Event

An event describing the current memory usage.


Field Summary
 long available
           
 long free
           
 long maximum
           
 long used
           
 
Constructor Summary
DServer.MemoryUsageEvent(long maximum, long available, long free, long used)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maximum

public final long maximum

available

public final long available

free

public final long free

used

public final long used
Constructor Detail

DServer.MemoryUsageEvent

public DServer.MemoryUsageEvent(long maximum,
                                long available,
                                long free,
                                long used)