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 Modifier Constructor Description protectedComponentsLifeCycleListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterStart(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, wait 
- 
Methods inherited from interface org.nuxeo.runtime.model.ComponentManager.Listener
afterActivation, afterDeactivation, afterStop, beforeActivation, beforeDeactivation, beforeStart, install, uninstall 
 - 
 
 - 
 
- 
- 
Method Detail
- 
afterStart
public void afterStart(ComponentManager mgr, boolean isResume)
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
public void beforeStop(ComponentManager mgr, boolean isStandby)
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
 
 - 
 
 -