Uses of Interface
de.aristaflow.adept2.core.runtimeservice.ExecutionMessageNotification
-
Packages that use ExecutionMessageNotification Package Description de.aristaflow.adept2.core.runtimeservice de.aristaflow.ilm.core.runtimeservice de.aristaflow.ilm.ws.core.runtimeservice -
-
Uses of ExecutionMessageNotification in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return ExecutionMessageNotification Modifier and Type Method Description ExecutionMessageNotification
ExecutionMessageListener. getExecutionMessageNotification()
Gets the interface to send the messages for a specific execution session to.Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type ExecutionMessageNotification Modifier and Type Method Description URI[]
LocalExecutionMessageNotifier. registerExecutionMessageListener(SessionToken session, String sessionId, ExecutionMessageNotification listener)
Registers the designated listener for messages of the designated execution session.void
LocalExecutionMessageNotifier. unregisterExecutionMessageListener(SessionToken session, String sessionId, ExecutionMessageNotification listener)
Unregisters the designated listener for messages state of the designated execution session. -
Uses of ExecutionMessageNotification in de.aristaflow.ilm.core.runtimeservice
Methods in de.aristaflow.ilm.core.runtimeservice with parameters of type ExecutionMessageNotification Modifier and Type Method Description URI[]
MessageDemux. registerListener(SessionToken session, String sessionId, ExecutionMessageNotification emn)
void
MessageDemux. unregisterListener(SessionToken session, String sessionId, ExecutionMessageNotification emn)
-
Uses of ExecutionMessageNotification in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that return ExecutionMessageNotification Modifier and Type Method Description protected ExecutionMessageNotification
RemoteActivityStartingWebService. wrap(SessionToken st, ExecutionMessageCallback callback)
-