com.platform.ego.impl
Class ServiceAllocation

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

public class ServiceAllocation
extends java.lang.Object

ServiceAllocation specifies allocation information about a service.

Version:
1.2.3

Constructor Summary
ServiceAllocation()
           
 
Method Summary
 java.lang.String getAllocID()
          Get ID of allocation which the service allocated.
 java.lang.String[] getBhostVector()
          Get the array of host information records.
 Host[] getHosts()
          Get names of blocked hosts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAllocation

public ServiceAllocation()
Method Detail

getAllocID

public java.lang.String getAllocID()
Get ID of allocation which the service allocated.

Returns:
ID of allocation.

getBhostVector

public java.lang.String[] getBhostVector()
Get the array of host information records.

Returns:
the array of host information records.

getHosts

public Host[] getHosts()
Get names of blocked hosts.

Returns:
blocked hosts name.


Copyright (C) 1992-2007 Platform Computing Corporation