com.platform.ego.impl
Class AllocationInfo

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

public class AllocationInfo
extends java.lang.Object

AllocationInfo provides detailed information on resource allocation. This class is mainly used in functions that query information directly from the EGO Server.

Version:
1.2.3

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

AllocationInfo

public AllocationInfo()
Method Detail

getAllocID

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

Returns:
ID of allocation.

getAllocRequest

public AllocRequest getAllocRequest()
Get request of allocation.

Returns:
request of allocation.

getConsumerID

public java.lang.String getConsumerID()
Get ID of consumer that owns the allocation.

Returns:
ID of consumer.

getResourceInfos

public ResourceInfo[] getResourceInfos()
Get information on resource that allocation includes.

Returns:
information on resource.

getStatus

public AllocStatus getStatus()
Get status of allocation.

Returns:
status of allocation.

getBlockList

public java.lang.String[] getBlockList()
Get host block list of allocation.

Returns:
host block list.

getClientName

public java.lang.String getClientName()
Get name of client that allocates the allocation.

Returns:
name of client.

getUserName

public java.lang.String getUserName()
Get name of user.

Returns:
name of user.


Copyright (C) 1992-2007 Platform Computing Corporation