Package de.aristaflow.adept2.core.runtimemanager


package de.aristaflow.adept2.core.runtimemanager
  • Interfaces
    Class
    Description
    An ActivityStateListener provides access to an ActivityStateNotification which is notified when the observed activity terminates (has been closed, suspended, reset, failed or signalled).
    This interface is used as a callback for the events when an executed activity terminates, that is has been closed, suspended, reset, failed or signalled.
    This interface allows external clients to control the execution of an activity.
    This interface provides the means for an ActivityStateListener as simple service that forwards all incoming activity state notifications to the locally registered ActivityStateNotifcations.
    This runtime manager provides the means to automatically resume a suspended activity.
    A service that is able to automatically resume activities after a designated time period receives a request for this operation via this interface.
    The runtime manager provides the means to control the execution of an activity by the execution manager, the transaction manager or by controlling the application locally via execution control manager.
    This interface extends ActivityStarting with the synchronous start or resuming of activities.