com.platform.ego.impl
Class AllocReclaim

java.lang.Object
  extended by com.platform.ego.impl.AllocReclaim

public class AllocReclaim
extends java.lang.Object

AllocReclaim displays information which EGO notifies when allocation was reclaimed. This class is used while calling onReclaimForce() to show EGO notifications.

Version:
1.2.3

Constructor Summary
AllocReclaim()
           
 
Method Summary
 java.lang.String getClientName()
          Get name of client.
 Reclaim[] getReclaim()
          Get reclaim messages.
 int getReclaimTimeout()
          Get timeout of reclaim.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocReclaim

public AllocReclaim()
Method Detail

getClientName

public java.lang.String getClientName()
Get name of client.

Returns:
name of client.

getReclaim

public Reclaim[] getReclaim()
Get reclaim messages.

Returns:
reclaim messages.

getReclaimTimeout

public int getReclaimTimeout()
Get timeout of reclaim.

Returns:
timeout of reclaim.


Copyright (C) 1992-2007 Platform Computing Corporation