Uses of Class
de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
-
Packages that use InstanceStateNotificationWrapper Package Description de.aristaflow.ilm.core.executionmanager de.aristaflow.ilm.ws.core.executionmanager -
-
Uses of InstanceStateNotificationWrapper in de.aristaflow.ilm.core.executionmanager
Fields in de.aristaflow.ilm.core.executionmanager with type parameters of type InstanceStateNotificationWrapper Modifier and Type Field Description protected ConcurrentMap<UUID,InstanceStateNotificationWrapper>InstanceStateNotificationWrapper. listenersThe map to unregister from incleanup(UUID).Constructor parameters in de.aristaflow.ilm.core.executionmanager with type arguments of type InstanceStateNotificationWrapper Constructor Description InstanceStateNotificationWrapper(InstanceStateCallback isc, boolean ignoreResumed, SessionToken session, ConcurrentMap<UUID,InstanceStateNotificationWrapper> listeners, LocalInstanceStateNotifier lisn, Logger logger)Creates a new wrapper for the designatedInstanceStateCallback. -
Uses of InstanceStateNotificationWrapper in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager with type parameters of type InstanceStateNotificationWrapper Modifier and Type Field Description protected ConcurrentMap<UUID,InstanceStateNotificationWrapper>InstanceControlWebService. listenersThe map containing all registered instance state listeners (viaInstanceStateCallback) indexed by instance ID.
-