Uses of Interface
org.nuxeo.runtime.model.ComponentManager
Packages that use ComponentManager
Package
Description
-
Uses of ComponentManager in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk with parameters of type ComponentManagerModifier and TypeMethodDescriptionvoidBulkComponent.ComponentListener.afterStart(ComponentManager mgr, boolean isResume) voidBulkComponent.ComponentListener.beforeStop(ComponentManager mgr, boolean isStandby) -
Uses of ComponentManager in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as ComponentManagerMethods in org.nuxeo.runtime that return ComponentManagerModifier and TypeMethodDescriptionprotected ComponentManagerAbstractRuntimeService.createComponentManager()AbstractRuntimeService.getComponentManager()RuntimeService.getComponentManager()Gets the component manager.Methods in org.nuxeo.runtime with parameters of type ComponentManagerModifier and TypeMethodDescriptionvoidRuntimeMessageHandlerImpl.afterStart(ComponentManager mgr, boolean isResume) voidRuntimeMessageHandlerImpl.beforeActivation(ComponentManager mgr) voidRuntimeMessageHandlerImpl.beforeDeactivation(ComponentManager mgr) voidRuntimeMessageHandlerImpl.beforeStart(ComponentManager mgr, boolean isResume) voidRuntimeMessageHandlerImpl.beforeStop(ComponentManager mgr, boolean isStandby) -
Uses of ComponentManager in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return ComponentManagerMethods in org.nuxeo.runtime.model with parameters of type ComponentManagerModifier and TypeMethodDescriptiondefault voidComponentManager.Listener.afterActivation(ComponentManager mgr) Called just after all the components were activated.default voidComponentManager.Listener.afterDeactivation(ComponentManager mgr) Called just after all the components were deactivated.default voidComponentManager.Listener.afterStart(ComponentManager mgr, boolean isResume) Called just after all components were starteddefault voidComponentManager.Listener.afterStop(ComponentManager mgr, boolean isStandby) Called just after the components were stopped.default voidComponentManager.Listener.beforeActivation(ComponentManager mgr) Called just before activating components.default voidComponentManager.Listener.beforeDeactivation(ComponentManager mgr) Called just before activating components.default voidComponentManager.Listener.beforeStart(ComponentManager mgr, boolean isResume) Called just before starting components.default voidComponentManager.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 ComponentManagerMethods in org.nuxeo.runtime.model.impl that return ComponentManager -
Uses of ComponentManager in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream with parameters of type ComponentManagerModifier and TypeMethodDescriptionvoidStreamServiceImpl.ComponentsLifeCycleListener.afterStart(ComponentManager mgr, boolean isResume) voidStreamServiceImpl.ComponentsLifeCycleListener.beforeStop(ComponentManager mgr, boolean isStandby)