|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProcessControl_IF
Interface for controlling process behavior.
Copyright 2004-2006, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge.
| Method Summary | |
|---|---|
void |
abort(String processName,
Long pIID,
String reason)
Abort the specified process instance. |
void |
pause(String processName,
Long pIID,
String reason,
String nodeName)
Pause either all or specified process instance. |
void |
resume(String processName,
Long pIID,
String nodeName)
Resume the specified process instance. |
void |
stop(String processName,
Long pIID,
String reason)
Stop the specified process instance. |
| Method Detail |
|---|
void pause(String processName,
Long pIID,
String reason,
String nodeName)
throws RemoteException
processName - the name of the process that is to be stopped.pIID - the ID of the process instance that is to be stopped.reason - an explanation, if appropriate, for the puase.nodeName - the name of the node where the process is to pause.
RemoteException
void resume(String processName,
Long pIID,
String nodeName)
throws RemoteException
RemoteException
void stop(String processName,
Long pIID,
String reason)
throws RemoteException
RemoteException
void abort(String processName,
Long pIID,
String reason)
throws RemoteException
RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||