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 ExecutionMessageNotificationExecutionMessageListener. 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.voidLocalExecutionMessageNotifier. 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)voidMessageDemux. 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 ExecutionMessageNotificationRemoteActivityStartingWebService. wrap(SessionToken st, ExecutionMessageCallback callback)
-