Package de.aristaflow.adept2.core.runtimeservice


package de.aristaflow.adept2.core.runtimeservice
  • Interfaces
    Class
    Description
    An ExecutionMessageListener provides access to an ExecutionMessageNotification which is notified when there are request messages for a specific execution of a proprietarily executing client.
    This interface simulates the notification of an ExecutableComponent when using a proprietarily executing client.
    This interface provides the means for an ExecutionMessageListener as simple service that forwards all incoming execution messages to the locally registered ExecutionMessageNotifications.
    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).
    A RemoteExecutionControlManager extends an ExecutionControlManager by the means to provide a timeout for all methods requiring an interaction with an execution session.
    The interface provides ProgressMonitors for clients executing activities proprietarily not using ExecutableComponent.
    The interface provides RuntimeEnvironments for clients executing activities proprietarily not using ExecutableComponent.
    The runtime service resembles a runtime manager but it is not actively executing ExecutableComponents but just provides the information for execution passively.