Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Packages that use ActivityState Package Description de.aristaflow.adept2.core.runtimemanager de.aristaflow.adept2.model.runtimeenvironment de.aristaflow.ilm.model.runtimeenvironment -
-
Uses of ActivityState in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return ActivityState Modifier and Type Method Description ActivityState
ExecutionControlManager. getActivityState(SessionToken session, EBPInstanceReference activity)
Gets the current state of the designated activity ornull
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.Methods in de.aristaflow.adept2.core.runtimemanager that return types with arguments of type ActivityState Modifier and Type Method Description 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<List<SerialisablePair<EBPInstanceReference,ActivityState>>>
ExecutionControlManager. getActivitiesIterator(SessionToken session, ActivityState.State[] states)
The same asExecutionControlManager.getActivities(SessionToken, ActivityState.State[])
but with partial retrieval of the activities and their state.Map<EBPInstanceReference,ActivityState>
ExecutionControlManager. getAllActivities(SessionToken session, ActivityState.State[] states)
Gets all activities and their corresponding state.RemoteIterator<List<SerialisablePair<EBPInstanceReference,ActivityState>>>
ExecutionControlManager. getAllActivitiesIterator(SessionToken session, ActivityState.State[] states)
The same asExecutionControlManager.getAllActivities(SessionToken, ActivityState.State[])
but with partial retrieval of the activities and their state. -
Uses of ActivityState in de.aristaflow.adept2.model.runtimeenvironment
Subclasses of ActivityState in de.aristaflow.adept2.model.runtimeenvironment Modifier and Type Class 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. -
Uses of ActivityState in de.aristaflow.ilm.model.runtimeenvironment
Methods in de.aristaflow.ilm.model.runtimeenvironment with type parameters of type ActivityState Modifier and Type Method Description protected static <T extends ActivityState,R extends ActivityState>
RTransformation. fillActivityState(T actState, R ret)
Methods in de.aristaflow.ilm.model.runtimeenvironment with parameters of type ActivityState Modifier and Type Method Description static ActivityState
Transformation. toIlm(ActivityState actState)
Method parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type ActivityState Modifier and Type Method Description static ActivityWithActState
Transformation. toIlm(Pair<EBPInstanceReference,ActivityState> pair)
-