org.gwe.drivers.resManagers
Class MultiProcessesDriver

java.lang.Object
  extended by org.gwe.drivers.resManagers.ResourceManagerDriver
      extended by org.gwe.drivers.resManagers.CommandLineResourceManagerDriver
          extended by org.gwe.drivers.resManagers.MultiProcessesDriver

public class MultiProcessesDriver
extends CommandLineResourceManagerDriver

Since:
Sep 5, 2008
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.drivers.resManagers.CommandLineResourceManagerDriver
discoveryCommand, submissionCommand, template
 
Fields inherited from class org.gwe.drivers.resManagers.ResourceManagerDriver
agentScriptPreffix, configuration, id
 
Constructor Summary
MultiProcessesDriver()
           
 
Method Summary
 AllocationPhase checkAllocation(AllocationInfo alloc)
           
protected  java.lang.String extractIdFromSubmissionOutput(java.lang.String[] results)
           
 boolean isSupportedJobManagerAvailable()
           
 AllocationPhase killAllocation(AllocationInfo alloc)
           
 java.lang.String queueAllocationRequest(AllocationInfo alloc)
           
 
Methods inherited from class org.gwe.drivers.resManagers.CommandLineResourceManagerDriver
getSubmitContent, writeSubmitFile
 
Methods inherited from class org.gwe.drivers.resManagers.ResourceManagerDriver
allocateComputeResource, getAllocWorkspace, getId, runQueueCommand, setConfiguration, setId, writeAllocationFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiProcessesDriver

public MultiProcessesDriver()
Method Detail

isSupportedJobManagerAvailable

public boolean isSupportedJobManagerAvailable()
Overrides:
isSupportedJobManagerAvailable in class CommandLineResourceManagerDriver

queueAllocationRequest

public java.lang.String queueAllocationRequest(AllocationInfo alloc)
                                        throws ResourceAllocationException
Overrides:
queueAllocationRequest in class CommandLineResourceManagerDriver
Throws:
ResourceAllocationException

extractIdFromSubmissionOutput

protected java.lang.String extractIdFromSubmissionOutput(java.lang.String[] results)
Specified by:
extractIdFromSubmissionOutput in class CommandLineResourceManagerDriver

killAllocation

public AllocationPhase killAllocation(AllocationInfo alloc)
                               throws ResourceAllocationException
Specified by:
killAllocation in class ResourceManagerDriver
Throws:
ResourceAllocationException

checkAllocation

public AllocationPhase checkAllocation(AllocationInfo alloc)
                                throws ResourceAllocationException
Specified by:
checkAllocation in class ResourceManagerDriver
Throws:
ResourceAllocationException


Copyright © 2007-2009. All Rights Reserved.