|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.model.impl.RegistrationInfoImpl
public class RegistrationInfoImpl
| Field Summary |
|---|
| Fields inherited from interface org.nuxeo.runtime.model.RegistrationInfo |
|---|
ACTIVATED, ACTIVATING, DEACTIVATING, REGISTERED, RESOLVED, UNREGISTERED |
| Constructor Summary | |
|---|---|
RegistrationInfoImpl()
|
|
| Method Summary | |
|---|---|
protected ComponentInstance |
createComponentInstance()
|
void |
destroy()
|
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. |
ComponentManager |
getManager()
Gets the component manager. |
ComponentName |
getName()
Gets the name of the component. |
Map<String,Property> |
getProperties()
Gets the component properties. |
Set<ComponentName> |
getRequiredComponents()
Gets the list of the required components. |
int |
getState()
Gets the component state. |
Version |
getVersion()
Gets the component version. |
boolean |
isActivated()
Checks whether this component is activated. |
boolean |
isDisposed()
|
boolean |
isPending()
|
boolean |
isResolved()
Checks whether this component is resolved (i.e. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationInfoImpl()
| Method Detail |
|---|
public final boolean isPending()
public void destroy()
public final boolean isDisposed()
public ExtensionPoint[] getExtensionPoints()
RegistrationInfo
getExtensionPoints in interface RegistrationInfopublic ComponentInstance getComponent()
RegistrationInfo
getComponent in interface RegistrationInfopublic ComponentName getName()
RegistrationInfo
getName in interface RegistrationInfopublic Map<String,Property> getProperties()
RegistrationInfo
getProperties in interface RegistrationInfopublic ExtensionPointImpl getExtensionPoint(String name)
public int getState()
RegistrationInfo
getState in interface RegistrationInfopublic Extension[] getExtensions()
RegistrationInfo
getExtensions in interface RegistrationInfopublic Set<ComponentName> getRequiredComponents()
RegistrationInfo
getRequiredComponents in interface RegistrationInfopublic RuntimeContext getContext()
RegistrationInfo
getContext in interface RegistrationInfopublic Version getVersion()
RegistrationInfo
getVersion in interface RegistrationInfopublic String getDocumentation()
RegistrationInfo
getDocumentation in interface RegistrationInfopublic String toString()
toString in class Objectpublic ComponentManager getManager()
RegistrationInfo
getManager in interface RegistrationInfo
protected ComponentInstance createComponentInstance()
throws Exception
Exceptionpublic boolean isActivated()
RegistrationInfo
isActivated in interface RegistrationInfopublic boolean isResolved()
RegistrationInfo
isResolved in interface RegistrationInfo
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||