public class RegistrationInfoImpl extends Object implements RegistrationInfo
ACTIVATED, ACTIVATING, DEACTIVATING, REGISTERED, RESOLVED, START_FAILURE, STARTED, STARTING, STOPPING, UNREGISTERED| Constructor and Description |
|---|
RegistrationInfoImpl() |
RegistrationInfoImpl(ComponentName name)
Useful when dynamically registering components
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
attach(ComponentManagerImpl manager)
Attach to a manager - this method must be called after all registration fields are initialized.
|
void |
checkExtensions() |
protected ComponentInstance |
createComponentInstance() |
void |
deactivate() |
void |
deactivate(boolean mustUnregisterExtensions)
Deactivate the component.
|
void |
destroy() |
boolean |
equals(Object obj) |
Set<ComponentName> |
getAliases()
Gets the list of aliases.
|
int |
getApplicationStartedOrder()
The component notification order for
ComponentManager.start(). |
String |
getBundle()
Get the owner bundle symbolic name of that component.
|
ComponentInstance |
getComponent()
Gets the component instance or null if the component was not yet activated.
|
RuntimeContext |
getContext()
Gets the runtime context that created this registration info.
|
String |
getDocumentation()
Gets any comments on this component.
|
ExtensionPoint[] |
getExtensionPoints()
Gets the defined extension points.
|
Extension[] |
getExtensions()
Gets the extensions contributed by this component.
|
String |
getImplementation()
Give the class name for the component implementation if this is a java component
|
ComponentManager |
getManager()
Gets the component manager.
|
ComponentName |
getName()
Gets the name of the component.
|
Map<String,Property> |
getProperties()
Gets the component properties.
|
String[] |
getProvidedServiceNames()
Gets the list of provided services or null if no service is provided.
|
Set<ComponentName> |
getRequiredComponents()
Gets the list of the required components.
|
ServiceDescriptor |
getServiceDescriptor() |
String |
getSourceId()
The id of the content source used to create the registration (usually a StreamRef id)
|
int |
getState()
Gets the component state.
|
Version |
getVersion()
Gets the component version.
|
URL |
getXmlFileUrl()
Retrieve the URL of the XML file used to declare the component
|
int |
hashCode() |
boolean |
isActivated()
Checks whether this component is activated.
|
boolean |
isDisabled()
Whether this component is disabled.
|
boolean |
isDisposed() |
boolean |
isPersistent()
Whether or not this registration is persisted by the user (not part of a real bundle).
|
boolean |
isResolved()
Checks whether this component is resolved (i˙e˙ all its dependencies are satisfied).
|
boolean |
isStarted()
Checks whether this component is started
|
void |
reload()
Deprecated.
since 9.3, but in fact since 5.6, see only usage in LiveInstallTask#reloadComponent
|
void |
resolve() |
void |
restart()
Deprecated.
since 9.2 seems unused
|
void |
setContext(RuntimeContext context) |
void |
setPersistent(boolean isPersistent)
Set the persistent flag on this registration
|
void |
setState(int state)
DON'T USE THIS METHOD - INTERNAL API.
|
void |
start() |
void |
stop() |
String |
toString() |
void |
unresolve() |
boolean |
useFormerLifecycleManagement()
Use former way for
RegistrationInfoImpl. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtensionPointpublic RegistrationInfoImpl()
public RegistrationInfoImpl(ComponentName name)
name - the component namepublic void attach(ComponentManagerImpl manager)
public void setContext(RuntimeContext context)
public boolean isDisabled()
RegistrationInfoisDisabled in interface RegistrationInfopublic final boolean isPersistent()
RegistrationInfoisPersistent in interface RegistrationInfopublic void setPersistent(boolean isPersistent)
RegistrationInfosetPersistent in interface RegistrationInfopublic void destroy()
public final boolean isDisposed()
public ExtensionPoint[] getExtensionPoints()
RegistrationInfogetExtensionPoints in interface RegistrationInfopublic ComponentInstance getComponent()
RegistrationInfogetComponent in interface RegistrationInfo@Deprecated public void reload()
public ComponentName getName()
RegistrationInfogetName in interface RegistrationInfopublic Map<String,Property> getProperties()
RegistrationInfogetProperties in interface RegistrationInfopublic int getState()
RegistrationInfogetState in interface RegistrationInfopublic Extension[] getExtensions()
RegistrationInfogetExtensions in interface RegistrationInfopublic Set<ComponentName> getAliases()
RegistrationInfogetAliases in interface RegistrationInfopublic Set<ComponentName> getRequiredComponents()
RegistrationInfogetRequiredComponents in interface RegistrationInfopublic RuntimeContext getContext()
RegistrationInfogetContext in interface RegistrationInfopublic String getBundle()
RegistrationInfogetBundle in interface RegistrationInfopublic Version getVersion()
RegistrationInfogetVersion in interface RegistrationInfopublic String getDocumentation()
RegistrationInfogetDocumentation in interface RegistrationInfopublic ComponentManager getManager()
RegistrationInfogetManager in interface RegistrationInfopublic void setState(int state)
RegistrationInfosetState in interface RegistrationInfostate - the state to set in this registration infoprotected ComponentInstance createComponentInstance()
@Deprecated public void restart()
public int getApplicationStartedOrder()
RegistrationInfoComponentManager.start().getApplicationStartedOrder in interface RegistrationInfopublic void start()
public boolean isStarted()
RegistrationInfoisStarted in interface RegistrationInfopublic void stop() throws InterruptedException
InterruptedExceptionpublic void activate()
public void deactivate()
public void deactivate(boolean mustUnregisterExtensions)
public void resolve()
public void unresolve()
public boolean isActivated()
RegistrationInfoisActivated in interface RegistrationInfopublic boolean isResolved()
RegistrationInfoisResolved in interface RegistrationInfopublic String[] getProvidedServiceNames()
RegistrationInfogetProvidedServiceNames in interface RegistrationInfopublic ServiceDescriptor getServiceDescriptor()
public String getImplementation()
RegistrationInfogetImplementation in interface RegistrationInfopublic void checkExtensions()
public URL getXmlFileUrl()
RegistrationInfogetXmlFileUrl in interface RegistrationInfopublic String getSourceId()
RegistrationInfogetSourceId in interface RegistrationInfopublic boolean useFormerLifecycleManagement()
RegistrationInfoImpl.useFormerLifecycleManagement in interface RegistrationInfoComponentManager or ComponentRegistry should use the former way to manage
component lifecycle.Copyright © 2019 Nuxeo. All rights reserved.