Package de.aristaflow.adept2.core.runtimemanager
package de.aristaflow.adept2.core.runtimemanager
-
InterfacesClassDescriptionAn
ActivityStateListenerprovides access to anActivityStateNotificationwhich 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 anActivityStateListeneras simple service that forwards all incoming activity state notifications to the locally registeredActivityStateNotifcations.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 extendsActivityStartingwith the synchronous start or resuming of activities.