|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.AllocReply
public class AllocReply
AllocReply displays information which EGO notifies when allocation get resources. This class is used while calling onAddResource() to show EGO notifications.
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 |
---|
public AllocReply()
Method Detail |
---|
public java.lang.String getAllocID()
public java.lang.String getConsumerID()
public Host[] getHosts()
public java.lang.String getClientName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |