Uses of Interface
org.nuxeo.runtime.model.RegistrationInfo
-
Packages that use RegistrationInfo Package Description org.nuxeo.ecm.platform.management.adapters org.nuxeo.ecm.webengine.rendering org.nuxeo.runtime org.nuxeo.runtime.model org.nuxeo.runtime.model.impl -
-
Uses of RegistrationInfo in org.nuxeo.ecm.platform.management.adapters
Fields in org.nuxeo.ecm.platform.management.adapters declared as RegistrationInfo Modifier and Type Field Description protected RegistrationInfoComponentInventoryAdapter. infoMethods in org.nuxeo.ecm.platform.management.adapters that return types with arguments of type RegistrationInfo Modifier and Type Method Description protected Collection<RegistrationInfo>RuntimeInventoryAdapter. availableComponents()Methods in org.nuxeo.ecm.platform.management.adapters with parameters of type RegistrationInfo Modifier and Type Method Description protected 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 Constructor Description ComponentInventoryAdapter(RegistrationInfo info) -
Uses of RegistrationInfo in org.nuxeo.ecm.webengine.rendering
Methods in org.nuxeo.ecm.webengine.rendering that return types with arguments of type RegistrationInfo Modifier and Type Method Description static Collection<RegistrationInfo>APIHelper. getComponents() -
Uses of RegistrationInfo in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RegistrationInfo Modifier and Type Field Description RegistrationInfoComponentEvent. registrationInfoThe component this event relates to if any, null otherwise.Constructors in org.nuxeo.runtime with parameters of type RegistrationInfo Constructor Description ComponentEvent(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 RegistrationInfo Modifier and Type Method Description RegistrationInfoRuntimeContext. deploy(String location)Deploys the component whose XML descriptor is at the given location.RegistrationInfoRuntimeContext. deploy(URL url)Deploys a component XML descriptor given its URL.RegistrationInfoRuntimeContext. deploy(StreamRef ref)Same asRuntimeContext.deploy(URL)but using aStreamRefas argument.RegistrationInfoComponentInstance. getRegistrationInfo()Gets the Registration InfoRegistrationInfoComponentManager. 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 RegistrationInfo Modifier and Type Method Description Collection<RegistrationInfo>ComponentManager. getRegistrations()Gets the registered components.Methods in org.nuxeo.runtime.model with parameters of type RegistrationInfo Modifier and Type Method Description voidComponentManager. 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 RegistrationInfo Modifier and Type Class Description classRegistrationInfoImplFields in org.nuxeo.runtime.model.impl declared as RegistrationInfo Modifier and Type Field Description protected RegistrationInfoComponentInstanceImpl. riRegistrationInfoExtensionPointImpl. riFields in org.nuxeo.runtime.model.impl with type parameters of type RegistrationInfo Modifier and Type Field Description protected Map<ComponentName,RegistrationInfo>ComponentRegistry. componentsAll registered components including unresolved ones.protected 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 RegistrationInfo Modifier and Type Method Description RegistrationInfoDefaultRuntimeContext. deploy(String location)RegistrationInfoDefaultRuntimeContext. deploy(URL url)RegistrationInfoDefaultRuntimeContext. deploy(StreamRef ref)RegistrationInfoComponentRegistry. getComponent(ComponentName name)Get the registration info for the given component name or null if none was registered.RegistrationInfo[]ComponentRegistry. getComponentsArray()Get a copy of the registered components as an array.RegistrationInfoComponentInstanceImpl. getRegistrationInfo()RegistrationInfoComponentManagerImpl. getRegistrationInfo(ComponentName name)RegistrationInfoComponentRegistry. removeComponent(ComponentName name)Methods in org.nuxeo.runtime.model.impl that return types with arguments of type RegistrationInfo Modifier and Type Method Description protected List<RegistrationInfo>ComponentManagerImpl. activateComponents()Activate all the resolved components and return the list of activated components in the activation orderCollection<RegistrationInfo>ComponentRegistry. getComponents()Collection<RegistrationInfo>ComponentManagerImpl. getRegistrations()List<RegistrationInfo>ComponentManagerImpl.Stash. getRegistrationsToRemove(ComponentRegistry reg)Collection<RegistrationInfo>ComponentRegistry. getResolvedRegistrationInfo()Methods in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfo Modifier and Type Method Description protected voidComponentManagerImpl. activateComponent(RegistrationInfo ri)Activates the givenRegistrationInfo.voidComponentManagerImpl.Stash. add(RegistrationInfo ri)booleanComponentRegistry. addComponent(RegistrationInfo ri)intComponentManagerImpl.RIApplicationStartedComparator. compare(RegistrationInfo r1, RegistrationInfo r2)protected 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 RegistrationInfo Modifier and Type Method Description protected voidComponentManagerImpl. startComponents(List<RegistrationInfo> ris, boolean isResume)Start all given componentsConstructors in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfo Constructor Description ComponentInstanceImpl(RegistrationInfo ri)
-