|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.AllocationInfo
public class AllocationInfo
AllocationInfo provides detailed information on resource allocation. This class is mainly used in functions that query information directly from the EGO Server.
Constructor Summary | |
---|---|
AllocationInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAllocID()
Get ID of allocation. |
AllocRequest |
getAllocRequest()
Get request of allocation. |
java.lang.String[] |
getBlockList()
Get host block list of allocation. |
java.lang.String |
getClientName()
Get name of client that allocates the allocation. |
java.lang.String |
getConsumerID()
Get ID of consumer that owns the allocation. |
ResourceInfo[] |
getResourceInfos()
Get information on resource that allocation includes. |
AllocStatus |
getStatus()
Get status of allocation. |
java.lang.String |
getUserName()
Get name of user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllocationInfo()
Method Detail |
---|
public java.lang.String getAllocID()
public AllocRequest getAllocRequest()
public java.lang.String getConsumerID()
public ResourceInfo[] getResourceInfos()
public AllocStatus getStatus()
public java.lang.String[] getBlockList()
public java.lang.String getClientName()
public java.lang.String getUserName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |