com.platform.ego.impl
Class AllocReply

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

public class AllocReply
extends java.lang.Object

AllocReply displays information which EGO notifies when allocation get resources. This class is used while calling onAddResource() to show EGO notifications.

Version:
1.2.3

Constructor Summary
AllocReply()
           
 
Method Summary
 java.lang.String getAllocID()
          Get ID of allocation.
 java.lang.String getClientName()
          Get name of client.
 java.lang.String getConsumerID()
          Get ID of consumer.
 Host[] getHosts()
          Get hosts of allocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocReply

public AllocReply()
Method Detail

getAllocID

public java.lang.String getAllocID()
Get ID of allocation.

Returns:
ID of allocation.

getConsumerID

public java.lang.String getConsumerID()
Get ID of consumer.

Returns:
ID of consumer.

getHosts

public Host[] getHosts()
Get hosts of allocation.

Returns:
hosts of allocation.

getClientName

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

Returns:
name of client.


Copyright (C) 1992-2007 Platform Computing Corporation