Modifier and Type | Method and Description |
---|---|
protected static boolean |
ServerInfo.isServiceOverriden(RegistrationInfo ri,
String serviceName) |
Modifier and Type | Field and Description |
---|---|
protected RegistrationInfo |
ComponentInventoryAdapter.info |
Modifier and Type | Method and Description |
---|---|
protected Collection<RegistrationInfo> |
RuntimeInventoryAdapter.availableComponents() |
Modifier and Type | Method and Description |
---|---|
protected void |
RuntimeInventoryFactory.doVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback,
RegistrationInfo info) |
Constructor and Description |
---|
ComponentInventoryAdapter(RegistrationInfo info) |
Modifier and Type | Method and Description |
---|---|
static Collection<RegistrationInfo> |
APIHelper.getComponents() |
Modifier and Type | Field and Description |
---|---|
RegistrationInfo |
ComponentEvent.registrationInfo
The component this event relates to if any, null otherwise.
|
Constructor and Description |
---|
ComponentEvent(int id,
RegistrationInfo ri) |
ComponentEvent(int id,
RegistrationInfo ri,
Serializable data) |
Modifier and Type | Method and Description |
---|---|
RegistrationInfo |
RuntimeContext.deploy(StreamRef ref)
Same as
RuntimeContext.deploy(URL) but using a StreamRef as argument. |
RegistrationInfo |
RuntimeContext.deploy(String location)
Deploys the component whose XML descriptor is at the given location.
|
RegistrationInfo |
RuntimeContext.deploy(URL url)
Deploys a component XML descriptor given its URL.
|
RegistrationInfo |
ComponentManager.getRegistrationInfo(ComponentName name)
Gets the component if there is one having the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<RegistrationInfo> |
ComponentManager.getRegistrations()
Gets the registered components.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentManager.register(RegistrationInfo ri)
Handles the registration of the given registration info.
|
void |
ComponentManager.unregister(RegistrationInfo ri)
Handles the unregistration of the given registration info.
|
Modifier and Type | Class and Description |
---|---|
class |
RegistrationInfoImpl |
Modifier and Type | Field and Description |
---|---|
RegistrationInfo |
ExtensionPointImpl.ri |
Modifier and Type | Field and Description |
---|---|
protected Set<RegistrationInfo> |
ComponentPersistence.persistedComponents |
Modifier and Type | Method and Description |
---|---|
RegistrationInfo |
DefaultRuntimeContext.deploy(StreamRef ref) |
RegistrationInfo |
DefaultRuntimeContext.deploy(String location) |
RegistrationInfo |
DefaultRuntimeContext.deploy(URL url) |
RegistrationInfo |
ComponentManagerImpl.getRegistrationInfo(ComponentName name) |
Modifier and Type | Method and Description |
---|---|
Collection<RegistrationInfo> |
ComponentRegistry.getComponents() |
Collection<RegistrationInfo> |
ComponentManagerImpl.getRegistrations() |
Modifier and Type | Method and Description |
---|---|
int |
ComponentManagerImpl.RIApplicationStartedComparator.compare(RegistrationInfo r1,
RegistrationInfo r2) |
protected boolean |
ComponentRegistry.computePendings(RegistrationInfo ri)
Fill the pending map with all unresolved dependencies of the given component.
|
Object[] |
ExtensionPointImpl.loadContributions(RegistrationInfo owner,
Extension extension) |
void |
ComponentManagerImpl.register(RegistrationInfo regInfo) |
void |
ComponentManagerImpl.unregister(RegistrationInfo regInfo) |
Copyright © 2017 Nuxeo. All rights reserved.