| Modifier and Type | Method and Description |
|---|---|
ExecutionControlManager |
LocalExecutionClientService.getExecutionControlManager(EBPInstanceReference activity)
Gets the execution control manager for the designated activity.
|
ExecutionControlManager |
MultiplexingClientService.getExecutionControlManager(EBPInstanceReference activity) |
ExecutionControlManager |
WorklistClientService.getExecutionControlManager(EBPInstanceReference activity)
Gets the execution control manager for the designated activity.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionControlManager |
RuntimeManager.getExecutionControlManager()
Gets a manager for controlling the execution of an activity, for instance,
finishing, suspending,...
|
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionControlManager |
AbstractGUIManager.getExecutionControlManager(SessionToken session,
EBPInstanceReference activity)
Gets the execution control manager for the designated activity, that is,
the execution control manager of the runtime manager of the designated
activity.
|
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
AbstractGUIManager.createGUIContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt,
ExecutionControlManager ecm)
Creates a GUI context for the designated
TransferrableGUIContext and the designated
ExecutionControlManager. |
GUIContext |
GUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionId,
ExecutionContext executionContext,
ExecutionControlManager executionControlManager,
java.lang.Thread thread)
Gets an appropriate GUI context for the designated activity as configured
locally for the corresponding client.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteExecutionControlManager
A
RemoteExecutionControlManager extends an
ExecutionControlManager by the means to provide a timeout for
all methods requiring an interaction with an execution session. |
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
NullGUIManager.createGUIContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt,
ExecutionControlManager ecm) |
GUIContext |
NullGUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |
GUIContext |
RemoteHTMLGUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |