public class RegistrationInfoImpl extends Object implements RegistrationInfo
ACTIVATED, ACTIVATING, DEACTIVATING, REGISTERED, RESOLVED, 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() |
void |
deactivate() |
void |
destroy() |
boolean |
equals(Object obj) |
Set<ComponentName> |
getAliases()
Gets the list of aliases.
|
int |
getApplicationStartedOrder()
The component notification order for
RegistrationInfo.notifyApplicationStarted() . |
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.
|
ExtensionPointImpl |
getExtensionPoint(String name) |
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() |
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).
|
void |
notifyApplicationStarted()
Notify the component instance that the Nuxeo application started
|
void |
reload()
Reload the underlying component if reload is supported
|
void |
resolve() |
void |
restart() |
void |
setContext(RuntimeContext rc) |
void |
setPersistent(boolean isPersistent)
Set the persistent flag on this registration
|
String |
toString() |
void |
unresolve() |
public RegistrationInfoImpl()
public RegistrationInfoImpl(ComponentName name)
name
- the component namepublic void attach(ComponentManagerImpl manager)
manager
- public void setContext(RuntimeContext rc)
public boolean isDisabled()
RegistrationInfo
isDisabled
in interface RegistrationInfo
public final boolean isPersistent()
RegistrationInfo
isPersistent
in interface RegistrationInfo
public void setPersistent(boolean isPersistent)
RegistrationInfo
setPersistent
in interface RegistrationInfo
public void destroy()
public final boolean isDisposed()
public ExtensionPoint[] getExtensionPoints()
RegistrationInfo
getExtensionPoints
in interface RegistrationInfo
public ComponentInstance getComponent()
RegistrationInfo
getComponent
in interface RegistrationInfo
public void reload() throws Exception
Exception
public ComponentName getName()
RegistrationInfo
getName
in interface RegistrationInfo
public Map<String,Property> getProperties()
RegistrationInfo
getProperties
in interface RegistrationInfo
public ExtensionPointImpl getExtensionPoint(String name)
public int getState()
RegistrationInfo
getState
in interface RegistrationInfo
public Extension[] getExtensions()
RegistrationInfo
getExtensions
in interface RegistrationInfo
public Set<ComponentName> getAliases()
RegistrationInfo
getAliases
in interface RegistrationInfo
public Set<ComponentName> getRequiredComponents()
RegistrationInfo
getRequiredComponents
in interface RegistrationInfo
public RuntimeContext getContext()
RegistrationInfo
getContext
in interface RegistrationInfo
public String getBundle()
RegistrationInfo
getBundle
in interface RegistrationInfo
public Version getVersion()
RegistrationInfo
getVersion
in interface RegistrationInfo
public String getDocumentation()
RegistrationInfo
getDocumentation
in interface RegistrationInfo
public ComponentManager getManager()
RegistrationInfo
getManager
in interface RegistrationInfo
public int getApplicationStartedOrder()
RegistrationInfo
RegistrationInfo.notifyApplicationStarted()
.getApplicationStartedOrder
in interface RegistrationInfo
public void notifyApplicationStarted() throws Exception
RegistrationInfo
notifyApplicationStarted
in interface RegistrationInfo
Exception
public boolean isActivated()
RegistrationInfo
isActivated
in interface RegistrationInfo
public boolean isResolved()
RegistrationInfo
isResolved
in interface RegistrationInfo
public String[] getProvidedServiceNames()
RegistrationInfo
getProvidedServiceNames
in interface RegistrationInfo
public ServiceDescriptor getServiceDescriptor()
public String getImplementation()
RegistrationInfo
getImplementation
in interface RegistrationInfo
public void checkExtensions()
public URL getXmlFileUrl()
RegistrationInfo
getXmlFileUrl
in interface RegistrationInfo
Copyright © 2014 Nuxeo SA. All rights reserved.