Package org.nuxeo.runtime.stream
Class StreamServiceImpl.ComponentsLifeCycleListener
java.lang.Object
org.nuxeo.runtime.stream.StreamServiceImpl.ComponentsLifeCycleListener
- All Implemented Interfaces:
ComponentManager.Listener
- Enclosing class:
- StreamServiceImpl
protected class StreamServiceImpl.ComponentsLifeCycleListener
extends Object
implements ComponentManager.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterStart(ComponentManager mgr, boolean isResume) Called just after all components were startedvoidbeforeStop(ComponentManager mgr, boolean isStandby) Called just before stopping components.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.ComponentManager.Listener
afterActivation, afterDeactivation, afterStop, beforeActivation, beforeDeactivation, beforeStart, install, uninstall
-
Constructor Details
-
ComponentsLifeCycleListener
protected ComponentsLifeCycleListener()
-
-
Method Details
-
afterStart
Description copied from interface:ComponentManager.ListenerCalled just after all components were started- Specified by:
afterStartin interfaceComponentManager.ListenerisResume- true if the event was initiated by aComponentManager.resume()call, false otherwise.
-
beforeStop
Description copied from interface:ComponentManager.ListenerCalled just before stopping components.- Specified by:
beforeStopin interfaceComponentManager.ListenerisStandby- true if the event was initiated by aComponentManager.standby()call, false otherwise
-