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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterStart
(ComponentManager mgr, boolean isResume) Called just after all components were startedvoid
beforeStop
(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, wait
Methods 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.Listener
Called just after all components were started- Specified by:
afterStart
in interfaceComponentManager.Listener
isResume
- true if the event was initiated by aComponentManager.resume()
call, false otherwise.
-
beforeStop
Description copied from interface:ComponentManager.Listener
Called just before stopping components.- Specified by:
beforeStop
in interfaceComponentManager.Listener
isStandby
- true if the event was initiated by aComponentManager.standby()
call, false otherwise
-