Uses of Interface
org.nuxeo.runtime.model.ComponentManager
-
Packages that use ComponentManager Package Description org.nuxeo.ecm.core.bulk org.nuxeo.runtime org.nuxeo.runtime.model org.nuxeo.runtime.model.impl org.nuxeo.runtime.stream -
-
Uses of ComponentManager in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk with parameters of type ComponentManager Modifier and Type Method Description void
BulkComponent.ComponentListener. afterStart(ComponentManager mgr, boolean isResume)
void
BulkComponent.ComponentListener. beforeStop(ComponentManager mgr, boolean isStandby)
-
Uses of ComponentManager in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as ComponentManager Modifier and Type Field Description protected ComponentManager
AbstractRuntimeService. manager
Methods in org.nuxeo.runtime that return ComponentManager Modifier and Type Method Description protected ComponentManager
AbstractRuntimeService. createComponentManager()
ComponentManager
AbstractRuntimeService. getComponentManager()
ComponentManager
RuntimeService. getComponentManager()
Gets the component manager.Methods in org.nuxeo.runtime with parameters of type ComponentManager Modifier and Type Method Description void
RuntimeMessageHandlerImpl. afterStart(ComponentManager mgr, boolean isResume)
void
RuntimeMessageHandlerImpl. beforeActivation(ComponentManager mgr)
void
RuntimeMessageHandlerImpl. beforeDeactivation(ComponentManager mgr)
void
RuntimeMessageHandlerImpl. beforeStart(ComponentManager mgr, boolean isResume)
void
RuntimeMessageHandlerImpl. beforeStop(ComponentManager mgr, boolean isStandby)
-
Uses of ComponentManager in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return ComponentManager Modifier and Type Method Description ComponentManager
RegistrationInfo. getManager()
Gets the component manager.Methods in org.nuxeo.runtime.model with parameters of type ComponentManager Modifier and Type Method Description default void
ComponentManager.Listener. afterActivation(ComponentManager mgr)
Called just after all the components were activated.default void
ComponentManager.Listener. afterDeactivation(ComponentManager mgr)
Called just after all the components were deactivated.default void
ComponentManager.Listener. afterStart(ComponentManager mgr, boolean isResume)
Called just after all components were starteddefault void
ComponentManager.Listener. afterStop(ComponentManager mgr, boolean isStandby)
Called just after the components were stopped.default void
ComponentManager.Listener. beforeActivation(ComponentManager mgr)
Called just before activating components.default void
ComponentManager.Listener. beforeDeactivation(ComponentManager mgr)
Called just before activating components.default void
ComponentManager.Listener. beforeStart(ComponentManager mgr, boolean isResume)
Called just before starting components.default void
ComponentManager.Listener. beforeStop(ComponentManager mgr, boolean isStandby)
Called just before stopping components. -
Uses of ComponentManager in org.nuxeo.runtime.model.impl
Classes in org.nuxeo.runtime.model.impl that implement ComponentManager Modifier and Type Class Description class
ComponentManagerImpl
Methods in org.nuxeo.runtime.model.impl that return ComponentManager Modifier and Type Method Description ComponentManager
RegistrationInfoImpl. getManager()
-
Uses of ComponentManager in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream with parameters of type ComponentManager Modifier and Type Method Description void
StreamServiceImpl.ComponentsLifeCycleListener. afterStart(ComponentManager mgr, boolean isResume)
void
StreamServiceImpl.ComponentsLifeCycleListener. beforeStop(ComponentManager mgr, boolean isStandby)
-