org.globus.cog.abstraction.impl.common.queue
Class QueueHandlerImpl

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.common.taskgraph.TaskGraphHandlerImpl
      extended byorg.globus.cog.abstraction.impl.common.queue.QueueHandlerImpl
All Implemented Interfaces:
ChangeListener, QueueHandler, StatusListener, TaskGraphHandler

public class QueueHandlerImpl
extends TaskGraphHandlerImpl
implements QueueHandler


Field Summary
 
Fields inherited from interface org.globus.cog.abstraction.interfaces.TaskGraphHandler
CASCADED_TASK_HANDLER, NON_CASCADED_TASK_HANDLER
 
Constructor Summary
QueueHandlerImpl()
           
 
Methods inherited from class org.globus.cog.abstraction.impl.common.taskgraph.TaskGraphHandlerImpl
cancel, executeIfAvailable, getActiveNodes, getCanceledNodes, getCompletedNodes, getFailedNodes, getGraph, getSubmittedNodes, getSuspendedNodes, getTaskHandlerPolicy, getUnsubmittedNodes, graphChanged, resume, setTaskHandlerPolicy, statusChanged, submit, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.globus.cog.abstraction.interfaces.TaskGraphHandler
cancel, getActiveNodes, getCanceledNodes, getCompletedNodes, getFailedNodes, getGraph, getSubmittedNodes, getSuspendedNodes, getTaskHandlerPolicy, getUnsubmittedNodes, resume, setTaskHandlerPolicy, submit, suspend
 

Constructor Detail

QueueHandlerImpl

public QueueHandlerImpl()