protected class StreamServiceImpl.ComponentsLifeCycleListener extends Object implements ComponentManager.Listener
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentsLifeCycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStart(ComponentManager mgr,
boolean isResume)
Called just after all components were started
|
void |
beforeStop(ComponentManager mgr,
boolean isStandby)
Called just before stopping components.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterActivation, afterDeactivation, afterStop, beforeActivation, beforeDeactivation, beforeStart, install, uninstallprotected ComponentsLifeCycleListener()
public void afterStart(ComponentManager mgr, boolean isResume)
ComponentManager.ListenerafterStart in interface ComponentManager.ListenerisResume - true if the event was initiated by a ComponentManager.resume() call, false otherwise.public void beforeStop(ComponentManager mgr, boolean isStandby)
ComponentManager.ListenerbeforeStop in interface ComponentManager.ListenerisStandby - true if the event was initiated by a ComponentManager.standby() call, false
otherwiseCopyright © 2019 Nuxeo. All rights reserved.