Uses of Interface
de.aristaflow.adept2.core.executionmanager.InstanceStateNotification
-
Packages that use InstanceStateNotification Package Description de.aristaflow.adept2.core.executionmanager de.aristaflow.ilm.core.executionmanager -
-
Uses of InstanceStateNotification in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return InstanceStateNotification Modifier and Type Method Description InstanceStateNotification
InstanceStateListener. getInstanceStateNotification()
Gets the interface to send notifications to when the state of the observed instance changes, that is it is suspended, resumed, finished or failed.Methods in de.aristaflow.adept2.core.executionmanager with parameters of type InstanceStateNotification Modifier and Type Method Description URI[]
LocalInstanceStateNotifier. registerInstanceStateListener(SessionToken session, InstanceStateNotification listener)
Registers the designated listener for state changes of every instance.URI[]
LocalInstanceStateNotifier. registerInstanceStateListener(SessionToken session, UUID instanceId, InstanceStateNotification listener)
Registers the designated listener for state changes of the designated instance.void
LocalInstanceStateNotifier. unregisterInstanceStateListener(SessionToken session, InstanceStateNotification listener)
Unregisters the designated listener for state changes of every instance.void
LocalInstanceStateNotifier. unregisterInstanceStateListener(SessionToken session, UUID instanceId, InstanceStateNotification listener)
Unregisters the designated listener for state changes of the designated instance. -
Uses of InstanceStateNotification in de.aristaflow.ilm.core.executionmanager
Classes in de.aristaflow.ilm.core.executionmanager that implement InstanceStateNotification Modifier and Type Class Description class
InstanceStateNotificationWrapper
This class wraps anInstanceStateCallback
and forwards calls toInstanceStateNotification
appropriately.
-