Package | Description |
---|---|
org.nuxeo.runtime | |
org.nuxeo.runtime.model | |
org.nuxeo.runtime.model.impl |
Modifier and Type | Field and Description |
---|---|
protected ComponentManager |
AbstractRuntimeService.manager |
Modifier and Type | Method and Description |
---|---|
protected ComponentManager |
AbstractRuntimeService.createComponentManager() |
ComponentManager |
RuntimeService.getComponentManager()
Gets the component manager.
|
ComponentManager |
AbstractRuntimeService.getComponentManager() |
Modifier and Type | Method and Description |
---|---|
ComponentManager |
RegistrationInfo.getManager()
Gets the component manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentManager.Listener.afterActivation(ComponentManager mgr)
Called just after all the components were activated.
|
void |
ComponentManager.LifeCycleHandler.afterActivation(ComponentManager mgr) |
void |
ComponentManager.Listener.afterDeactivation(ComponentManager mgr)
Called just after all the components were deactivated.
|
void |
ComponentManager.LifeCycleHandler.afterDeactivation(ComponentManager mgr) |
void |
ComponentManager.Listener.afterStart(ComponentManager mgr,
boolean isResume)
Called just after all components were started
|
void |
ComponentManager.LifeCycleHandler.afterStart(ComponentManager mgr,
boolean isResume) |
void |
ComponentManager.Listener.afterStop(ComponentManager mgr,
boolean isStandby)
Called just after the components were stopped.
|
void |
ComponentManager.LifeCycleHandler.afterStop(ComponentManager mgr,
boolean isStandby) |
void |
ComponentManager.Listener.beforeActivation(ComponentManager mgr)
Called just before activating components.
|
void |
ComponentManager.LifeCycleHandler.beforeActivation(ComponentManager mgr) |
void |
ComponentManager.Listener.beforeDeactivation(ComponentManager mgr)
Called just before activating components.
|
void |
ComponentManager.LifeCycleHandler.beforeDeactivation(ComponentManager mgr) |
void |
ComponentManager.Listener.beforeStart(ComponentManager mgr,
boolean isResume)
Called just before starting components.
|
void |
ComponentManager.LifeCycleHandler.beforeStart(ComponentManager mgr,
boolean isResume) |
void |
ComponentManager.Listener.beforeStop(ComponentManager mgr,
boolean isStandby)
Called just before stopping components.
|
void |
ComponentManager.LifeCycleHandler.beforeStop(ComponentManager mgr,
boolean isStandby) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentManagerImpl |
Modifier and Type | Method and Description |
---|---|
ComponentManager |
RegistrationInfoImpl.getManager() |
Copyright © 2017 Nuxeo. All rights reserved.