| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager | |
| de.aristaflow.adept2.model.runtimeenvironment |
| 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 | Method and Description |
|---|---|
ActivityState.State |
ActivityState.getState()
Gets the current (simple) state of the component of an activity.
|
static ActivityState.State |
ActivityState.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityState.State[] |
ActivityState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ActivityState(ActivityState.State state)
Creates a new
ActivityState for the designated (simple) state. |
ActivityState(ActivityState.State state,
int signal)
Creates a new
ActivityState having the designated state and
the designated signal. |