Uses of Class
org.gwe.drivers.resManagers.AllocationPhase

Packages that use AllocationPhase
org.gwe.drivers.resManagers   
 

Uses of AllocationPhase in org.gwe.drivers.resManagers
 

Methods in org.gwe.drivers.resManagers that return AllocationPhase
abstract  AllocationPhase ResourceManagerDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase QsubDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase MultiThreadsDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase MultiProcessesDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase GWEResourceManagerDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase CondorDriver.checkAllocation(AllocationInfo alloc)
           
 AllocationPhase BsubDriver.checkAllocation(AllocationInfo alloc)
           
abstract  AllocationPhase ResourceManagerDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase QsubDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase MultiThreadsDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase MultiProcessesDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase GWEResourceManagerDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase CondorDriver.killAllocation(AllocationInfo alloc)
           
 AllocationPhase BsubDriver.killAllocation(AllocationInfo alloc)
           
static AllocationPhase AllocationPhase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AllocationPhase[] AllocationPhase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007-2009. All Rights Reserved.