org.globus.cog.karajan.workflow.remote
Class RemoteHook
java.lang.Object
org.globus.cog.karajan.workflow.remote.RemoteHook
- All Implemented Interfaces:
- EventHook
- public class RemoteHook
- extends Object
- implements EventHook
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STOPPED
public static final Integer STOPPED
RUNNING
public static final Integer RUNNING
COMPLETED
public static final Integer COMPLETED
FAILED
public static final Integer FAILED
ABORTED
public static final Integer ABORTED
RemoteHook
public RemoteHook()
event
public void event(EventListener element,
Event e)
- Specified by:
event in interface EventHook
getElementStates
public Hashtable getElementStates(String id)
getFailureIds
public List getFailureIds(String id)
getFailureDescirption
public String getFailureDescirption(String id,
Integer failureId)
getStatus
public Hashtable getStatus(String id)
getWorkflowStatus
public int getWorkflowStatus(String id)
getError
public String getError(String id)
reset
public void reset(String id)
handleError
public void handleError(String id,
int errorId,
int action)