Package de.aristaflow.adept2.core.runtimeservice
package de.aristaflow.adept2.core.runtimeservice
-
InterfacesClassDescriptionAn
ExecutionMessageListenerprovides access to anExecutionMessageNotificationwhich is notified when there are request messages for a specific execution of a proprietarily executing client.This interface simulates the notification of anExecutableComponentwhen using a proprietarily executing client.This interface provides the means for anExecutionMessageListeneras simple service that forwards all incoming execution messages to the locally registeredExecutionMessageNotifications.This interface is for starting and resuming activities that are bound to specific client applications which is indicated by the corresponding GUI context ID (GUIConstants.CLIENT_APPLICATION).ARemoteExecutionControlManagerextends anExecutionControlManagerby the means to provide a timeout for all methods requiring an interaction with an execution session.The interface providesProgressMonitors for clients executing activities proprietarily not usingExecutableComponent.The interface providesRuntimeEnvironments for clients executing activities proprietarily not usingExecutableComponent.The runtime service resembles a runtime manager but it is not actively executingExecutableComponents but just provides the information for execution passively.