Uses of Interface
de.aristaflow.adept2.core.executionmanager.InstanceStateNotification
Packages that use InstanceStateNotification
Package
Description
-
Uses of InstanceStateNotification in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return InstanceStateNotificationModifier and TypeMethodDescriptionInstanceStateListener.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 InstanceStateNotificationModifier and TypeMethodDescriptionURI[]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.voidLocalInstanceStateNotifier.unregisterInstanceStateListener(SessionToken session, InstanceStateNotification listener) Unregisters the designated listener for state changes of every instance.voidLocalInstanceStateNotifier.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 InstanceStateNotificationModifier and TypeClassDescriptionclassThis class wraps anInstanceStateCallbackand forwards calls toInstanceStateNotificationappropriately.