Uses of Interface
org.nuxeo.runtime.model.RegistrationInfo
Packages that use RegistrationInfo
Package
Description
-
Uses of RegistrationInfo in org.nuxeo.ecm.platform.management.adapters
Fields in org.nuxeo.ecm.platform.management.adapters declared as RegistrationInfoMethods in org.nuxeo.ecm.platform.management.adapters that return types with arguments of type RegistrationInfoModifier and TypeMethodDescriptionprotected Collection<RegistrationInfo> RuntimeInventoryAdapter.availableComponents()Methods in org.nuxeo.ecm.platform.management.adapters with parameters of type RegistrationInfoModifier and TypeMethodDescriptionprotected voidRuntimeInventoryFactory.doVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info) Constructors in org.nuxeo.ecm.platform.management.adapters with parameters of type RegistrationInfo -
Uses of RegistrationInfo in org.nuxeo.ecm.webengine.rendering
Methods in org.nuxeo.ecm.webengine.rendering that return types with arguments of type RegistrationInfo -
Uses of RegistrationInfo in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RegistrationInfoModifier and TypeFieldDescriptionfinal RegistrationInfoComponentEvent.registrationInfoThe component this event relates to if any, null otherwise.Constructors in org.nuxeo.runtime with parameters of type RegistrationInfoModifierConstructorDescriptionComponentEvent(int id, RegistrationInfo ri) ComponentEvent(int id, RegistrationInfo ri, Serializable data) -
Uses of RegistrationInfo in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return RegistrationInfoModifier and TypeMethodDescriptionDeploys the component whose XML descriptor is at the given location.Deploys a component XML descriptor given its URL.Same asRuntimeContext.deploy(URL)but using aStreamRefas argument.ComponentInstance.getRegistrationInfo()Gets the Registration InfoComponentManager.getRegistrationInfo(ComponentName name) Gets the component if there is one having the given name.Methods in org.nuxeo.runtime.model that return types with arguments of type RegistrationInfoModifier and TypeMethodDescriptionComponentManager.getRegistrations()Gets the registered components.Methods in org.nuxeo.runtime.model with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidComponentManager.register(RegistrationInfo ri) Handles the registration of the given registration info.voidComponentManager.unregister(RegistrationInfo ri) Handles the unregistration of the given registration info. -
Uses of RegistrationInfo in org.nuxeo.runtime.model.impl
Classes in org.nuxeo.runtime.model.impl that implement RegistrationInfoFields in org.nuxeo.runtime.model.impl declared as RegistrationInfoModifier and TypeFieldDescriptionprotected RegistrationInfoComponentInstanceImpl.riExtensionPointImpl.riFields in org.nuxeo.runtime.model.impl with type parameters of type RegistrationInfoModifier and TypeFieldDescriptionprotected Map<ComponentName, RegistrationInfo> ComponentRegistry.componentsAll registered components including unresolved ones.protected final Set<RegistrationInfo> ComponentPersistence.persistedComponentsprotected LinkedHashMap<ComponentName, RegistrationInfo> ComponentRegistry.resolvedThe list of resolved components.protected List<RegistrationInfo> ComponentManagerImpl.standbyThe list of standby components (sorted according to the start order) This list is null if component were not yet started or not yet put in standby When putting components in standby all started components are stopped and theComponentManagerImpl.startedlist is assigned toComponentManagerImpl.standbylist then theComponentManagerImpl.startedfield is nullified.protected List<RegistrationInfo> ComponentManagerImpl.startedThe list of started components (sorted according to the start order).protected List<RegistrationInfo> ComponentManagerImpl.Stash.toAddMethods in org.nuxeo.runtime.model.impl that return RegistrationInfoModifier and TypeMethodDescriptionComponentRegistry.getComponent(ComponentName name) Get the registration info for the given component name or null if none was registered.ComponentRegistry.getComponentsArray()Get a copy of the registered components as an array.ComponentInstanceImpl.getRegistrationInfo()ComponentManagerImpl.getRegistrationInfo(ComponentName name) ComponentRegistry.removeComponent(ComponentName name) Methods in org.nuxeo.runtime.model.impl that return types with arguments of type RegistrationInfoModifier and TypeMethodDescriptionprotected List<RegistrationInfo> ComponentManagerImpl.activateComponents()Activate all the resolved components and return the list of activated components in the activation orderprotected Optional<RegistrationInfo> DefaultRuntimeContext.getComponentFromSourceId(String sourceId) ComponentRegistry.getComponents()ComponentManagerImpl.getRegistrations()ComponentManagerImpl.Stash.getRegistrationsToRemove(ComponentRegistry reg) ComponentRegistry.getResolvedRegistrationInfo()Methods in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfoModifier and TypeMethodDescriptionprotected voidComponentManagerImpl.activateComponent(RegistrationInfo ri) Activates the givenRegistrationInfo.voidComponentManagerImpl.Stash.add(RegistrationInfo ri) booleanComponentRegistry.addComponent(RegistrationInfo ri) intComponentManagerImpl.RIApplicationStartedComparator.compare(RegistrationInfo r1, RegistrationInfo r2) protected final booleanComponentRegistry.computePendings(RegistrationInfo ri) Fill the pending map with all unresolved dependencies of the given component.protected voidComponentManagerImpl.deactivateComponent(RegistrationInfo ri, boolean isShutdown) Deactivates the givenRegistrationInfo.protected booleanComponentManagerImpl.instantiateComponent(RegistrationInfo ri) Instantiates the givenRegistrationInfo.static voidComponentManagerImpl.loadContributions(RegistrationInfo ri, Extension xt) Object[]ExtensionPointImpl.loadContributions(RegistrationInfo owner, Extension extension) voidComponentManagerImpl.register(RegistrationInfo ri) voidComponentManagerImpl.registerServices(RegistrationInfo ri) protected voidComponentRegistry.resolveComponent(RegistrationInfo ri) protected voidComponentManagerImpl.startComponent(RegistrationInfo ri) Starts the givenRegistrationInfo.protected voidComponentManagerImpl.stopComponent(RegistrationInfo ri) Stops the givenRegistrationInfo.voidComponentManagerImpl.unregister(RegistrationInfo regInfo) voidComponentManagerImpl.unregisterServices(RegistrationInfo ri) protected voidComponentRegistry.unresolveComponent(RegistrationInfo ri) Method parameters in org.nuxeo.runtime.model.impl with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionprotected voidComponentManagerImpl.startComponents(List<RegistrationInfo> ris, boolean isResume) Start all given componentsConstructors in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfo