| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
ActivityState |
ExecutionControlManager.getActivityState(SessionToken session,
EBPInstanceReference activity)
Gets the current state of the designated activity or
null in
case the activity is not yet known or not known any more. |
ActivityState |
ExecutionControlManager.waitForTermination(SessionToken session,
EBPInstanceReference activity,
long timeToRespond)
Waits for the designated time for the designated activity to terminate and
returns the last state when leaving this method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<EBPInstanceReference,ActivityState> |
ExecutionControlManager.getActivities(SessionToken session,
ActivityState.State[] states)
Gets all activities of the agent identified by the designated session token
and their corresponding state.
|
RemoteIterator<java.util.List<SerialisablePair<EBPInstanceReference,ActivityState>>> |
ExecutionControlManager.getActivitiesIterator(SessionToken session,
ActivityState.State[] states)
The same as
#getActivities(SessionToken, State[]) but with
partial retrieval of the activities and their state. |
java.util.Map<EBPInstanceReference,ActivityState> |
ExecutionControlManager.getAllActivities(SessionToken session,
ActivityState.State[] states)
Gets all activities and their corresponding state.
|
RemoteIterator<java.util.List<SerialisablePair<EBPInstanceReference,ActivityState>>> |
ExecutionControlManager.getAllActivitiesIterator(SessionToken session,
ActivityState.State[] states)
The same as
#getAllActivities(SessionToken, State[]) but with partial retrieval of the
activities and their state. |
| Modifier and Type | Class and Description |
|---|---|
class |
TerminatedActivityState
This class distinguishes the several termination states of an activity as an
extension to the states of the component of an activity.
|