org.globus.cog.abstraction.impl.common.set
Class SetHandlerImpl

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.common.taskgraph.TaskGraphHandlerImpl
      extended byorg.globus.cog.abstraction.impl.common.set.SetHandlerImpl
All Implemented Interfaces:
ChangeListener, SetHandler, StatusListener, TaskGraphHandler

public class SetHandlerImpl
extends TaskGraphHandlerImpl
implements SetHandler


Field Summary
 
Fields inherited from interface org.globus.cog.abstraction.interfaces.TaskGraphHandler
CASCADED_TASK_HANDLER, NON_CASCADED_TASK_HANDLER
 
Constructor Summary
SetHandlerImpl()
           
 
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

SetHandlerImpl

public SetHandlerImpl()