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 voidBulkComponent.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 ComponentManager Modifier and Type Field Description protected ComponentManagerAbstractRuntimeService. managerMethods in org.nuxeo.runtime that return ComponentManager Modifier and Type Method Description protected ComponentManagerAbstractRuntimeService. createComponentManager()ComponentManagerAbstractRuntimeService. getComponentManager()ComponentManagerRuntimeService. getComponentManager()Gets the component manager.Methods in org.nuxeo.runtime with parameters of type ComponentManager Modifier and Type Method Description voidRuntimeMessageHandlerImpl. 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 ComponentManager Modifier and Type Method Description ComponentManagerRegistrationInfo. getManager()Gets the component manager.Methods in org.nuxeo.runtime.model with parameters of type ComponentManager Modifier and Type Method Description default 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 ComponentManager Modifier and Type Class Description classComponentManagerImplMethods in org.nuxeo.runtime.model.impl that return ComponentManager Modifier and Type Method Description ComponentManagerRegistrationInfoImpl. 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 voidStreamServiceImpl.ComponentsLifeCycleListener. afterStart(ComponentManager mgr, boolean isResume)voidStreamServiceImpl.ComponentsLifeCycleListener. beforeStop(ComponentManager mgr, boolean isStandby)
-