Uses of Class
org.nuxeo.runtime.model.ComponentName
Package
Description
Implementation of the LifeCycle API.
-
Uses of ComponentName in org.nuxeo.ecm.core.api.adapter
-
Uses of ComponentName in org.nuxeo.ecm.core.lifecycle.impl
-
Uses of ComponentName in org.nuxeo.ecm.core.management
-
Uses of ComponentName in org.nuxeo.ecm.core.persistence
Modifier and TypeMethodDescriptionprotected void
PersistenceComponent.registerHibernateContribution
(HibernateConfiguration contribution, ComponentName contributorName) -
Uses of ComponentName in org.nuxeo.ecm.core.repository
-
Uses of ComponentName in org.nuxeo.ecm.core.security
-
Uses of ComponentName in org.nuxeo.ecm.core.trash
-
Uses of ComponentName in org.nuxeo.ecm.platform.actions
-
Uses of ComponentName in org.nuxeo.ecm.platform.audit.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.comment.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.ec.notification.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.filemanager.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.io.impl
-
Uses of ComponentName in org.nuxeo.ecm.platform.management.adapters
Modifier and TypeMethodDescriptionprotected Collection<ComponentName>
RuntimeInventoryAdapter.pendingComponentsName()
-
Uses of ComponentName in org.nuxeo.ecm.platform.mimetype.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.relations.services
-
Uses of ComponentName in org.nuxeo.ecm.platform.rendering.fm
-
Uses of ComponentName in org.nuxeo.ecm.platform.tag
-
Uses of ComponentName in org.nuxeo.ecm.platform.task.core.service
-
Uses of ComponentName in org.nuxeo.ecm.platform.types
-
Uses of ComponentName in org.nuxeo.ecm.platform.usermanager
-
Uses of ComponentName in org.nuxeo.ecm.platform.util
-
Uses of ComponentName in org.nuxeo.ecm.webdav.service
-
Uses of ComponentName in org.nuxeo.ecm.webengine
-
Uses of ComponentName in org.nuxeo.ecm.webengine.rendering
Modifier and TypeMethodDescriptionstatic Collection<ComponentName>
APIHelper.getPendingComponents()
-
Uses of ComponentName in org.nuxeo.elasticsearch.http.readonly.service
-
Uses of ComponentName in org.nuxeo.runtime
Modifier and TypeMethodDescriptionAbstractRuntimeService.getComponent
(ComponentName name) RuntimeService.getComponent
(ComponentName name) Gets a component given its name.AbstractRuntimeService.getComponentInstance
(ComponentName name) RuntimeService.getComponentInstance
(ComponentName name) Gets a component implementation instance given its name. -
Uses of ComponentName in org.nuxeo.runtime.management
Modifier and TypeMethodDescriptionstatic String
ObjectNameFactory.formatInventoryQualifiedName
(ComponentName name) static String
ObjectNameFactory.formatMetricQualifiedName
(ComponentName name, String metricName) static String
ObjectNameFactory.formatProbeQualifiedName
(ComponentName name) static String
ObjectNameFactory.formatQualifiedName
(ComponentName componentName) -
Uses of ComponentName in org.nuxeo.runtime.model
Modifier and TypeMethodDescriptionRuntimeContext.getComponents()
Get the component names deployed by this contextComponentInstance.getName()
Gets the name of the component.RegistrationInfo.getName()
Gets the name of the component.Extension.getTargetComponent()
Gets the component name where this extension should be contributed.Modifier and TypeMethodDescriptionComponentManager.getActivatingRegistrations()
Gets the pending extensions by component.RegistrationInfo.getAliases()
Gets the list of aliases.ComponentManager.getMissingRegistrations()
Returns the missing registrations, linked to missing target extension points.ComponentManager.getPendingRegistrations()
Gets the pending registrations and their dependencies.ComponentManager.getPendingRegistrations()
Gets the pending registrations and their dependencies.RegistrationInfo.getRequiredComponents()
Gets the list of the required components.ComponentManager.getResolvedRegistrations()
Gets the resolved component names in the order they were resolvedComponentManager.getStartFailureRegistrations()
Gets the components that fail on applicationStarted notificationModifier and TypeMethodDescriptionComponentManager.getComponent
(ComponentName name) Gets object instance managed by the named component.ComponentManager.getRegistrationInfo
(ComponentName name) Gets the component if there is one having the given name.boolean
ComponentManager.isRegistered
(ComponentName name) Checks whether or not a component with the given name was registered.void
ComponentManager.unregister
(ComponentName name) Unregisters a component given its name. -
Uses of ComponentName in org.nuxeo.runtime.model.impl
Modifier and TypeFieldDescriptionprotected Map<ComponentName,
ComponentName> ComponentRegistry.aliases
Map of aliased name to canonical name.protected Map<ComponentName,
ComponentName> ComponentRegistry.aliases
Map of aliased name to canonical name.protected Map<ComponentName,
RegistrationInfo> ComponentRegistry.components
All registered components including unresolved ones.protected List<ComponentName>
DefaultRuntimeContext.components
The list of component names deployed by this context.protected Map<ComponentName,
Set<ComponentName>> ComponentRegistry.MappedSet.map
protected Map<ComponentName,
Set<ComponentName>> ComponentRegistry.MappedSet.map
protected final ConcurrentMap<ComponentName,
Set<Extension>> ComponentManagerImpl.pendingExtensions
protected LinkedHashMap<ComponentName,
RegistrationInfo> ComponentRegistry.resolved
The list of resolved components.protected Set<ComponentName>
ComponentManagerImpl.Stash.toRemove
Modifier and TypeMethodDescriptionDefaultRuntimeContext.getComponents()
ComponentInstanceImpl.getName()
RegistrationInfoImpl.getName()
ExtensionImpl.getTargetComponent()
protected ComponentName
ComponentRegistry.unaliased
(ComponentName name) Modifier and TypeMethodDescriptionComponentRegistry.MappedSet.get
(ComponentName name) ComponentManagerImpl.getActivatingRegistrations()
RegistrationInfoImpl.getAliases()
ComponentRegistry.getMissingDependencies
(ComponentName name) ComponentManagerImpl.getMissingRegistrations()
ComponentManagerImpl.getNeededRegistrations()
Get the needed component names.ComponentRegistry.getPendingComponents()
ComponentRegistry.getPendingComponents()
ComponentManagerImpl.getPendingRegistrations()
ComponentManagerImpl.getPendingRegistrations()
protected Collection<ComponentName>
ComponentManagerImpl.getRegistrations
(int state) RegistrationInfoImpl.getRequiredComponents()
ComponentRegistry.getResolvedNames()
ComponentManagerImpl.getResolvedRegistrations()
ComponentManagerImpl.getStartFailureRegistrations()
ComponentRegistry.MappedSet.put
(ComponentName key, ComponentName value) ComponentRegistry.MappedSet.remove
(ComponentName key) ComponentRegistry.MappedSet.remove
(ComponentName key, ComponentName value) Modifier and TypeMethodDescriptionboolean
ComponentRegistry.contains
(ComponentName name) Check if the component is already registered against this registryComponentRegistry.MappedSet.get
(ComponentName name) ComponentManagerImpl.getComponent
(ComponentName name) ComponentRegistry.getComponent
(ComponentName name) Get the registration info for the given component name or null if none was registered.ComponentRegistry.getMissingDependencies
(ComponentName name) ComponentManagerImpl.getPendingExtensions
(ComponentName name) Get the pending extensions.ComponentManagerImpl.getRegistrationInfo
(ComponentName name) boolean
ComponentManagerImpl.Stash.isAdding
(ComponentName name) boolean
ComponentManagerImpl.isRegistered
(ComponentName name) boolean
ComponentManagerImpl.Stash.isRemoving
(ComponentName name) final boolean
ComponentRegistry.isResolved
(ComponentName name) ComponentRegistry.MappedSet.put
(ComponentName key, ComponentName value) void
ComponentManagerImpl.Stash.remove
(ComponentName name) ComponentRegistry.MappedSet.remove
(ComponentName key) ComponentRegistry.MappedSet.remove
(ComponentName key, ComponentName value) ComponentRegistry.removeComponent
(ComponentName name) protected ComponentName
ComponentRegistry.unaliased
(ComponentName name) void
ComponentManagerImpl.unregister
(ComponentName name) ModifierConstructorDescriptionUseful when dynamically registering components -
Uses of ComponentName in org.nuxeo.runtime.osgi
Modifier and TypeFieldDescriptionstatic final ComponentName
OSGiRuntimeService.FRAMEWORK_STARTED_COMP
-
Uses of ComponentName in org.nuxeo.runtime.services.event