Uses of Interface
de.aristaflow.adept2.core.runtimeservice.ExecutionMessageNotification
Packages that use ExecutionMessageNotification
Package
Description
-
Uses of ExecutionMessageNotification in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return ExecutionMessageNotificationModifier and TypeMethodDescriptionExecutionMessageListener.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 ExecutionMessageNotificationModifier and TypeMethodDescriptionURI[]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 ExecutionMessageNotificationModifier and TypeMethodDescriptionURI[]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 ExecutionMessageNotificationModifier and TypeMethodDescriptionprotected ExecutionMessageNotificationRemoteActivityStartingWebService.wrap(SessionToken st, ExecutionMessageCallback callback)