|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.model.DefaultComponent
public class DefaultComponent
Empty implementation for a component.
| Constructor Summary | |
|---|---|
DefaultComponent()
|
|
| Method Summary | ||
|---|---|---|
void |
activate(ComponentContext context)
Activates the component. |
|
void |
applicationStarted(ComponentContext context)
Notify the component that Nuxeo Framework finished starting all Nuxeo bundles. |
|
void |
deactivate(ComponentContext context)
Deactivates the component. |
|
|
getAdapter(Class<T> adapter)
Returns an object which is an instance of the given class associated with this object. |
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
|
|
void |
registerExtension(Extension extension)
Registers the given extension. |
|
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
|
|
void |
unregisterExtension(Extension extension)
Unregisters the given extension. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultComponent()
| Method Detail |
|---|
public void activate(ComponentContext context)
throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentcontext - the runtime context
Exception - if an error occurs during activation
public void deactivate(ComponentContext context)
throws Exception
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentcontext - the runtime context
Exception - if an error occurs during activation
public void registerExtension(Extension extension)
throws Exception
Extensible
registerExtension in interface Extensibleextension - the extension to register
Exception - if any error occurs
public void unregisterExtension(Extension extension)
throws Exception
Extensible
unregisterExtension in interface Extensibleextension - the extension to unregister
Exception - if any error occurs
public void registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
throws Exception
Exception
public void unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
throws Exception
Exceptionpublic <T> T getAdapter(Class<T> adapter)
Adaptablenull if
no such object can be found.
getAdapter in interface Adaptableadapter - the adapter class to look up
null if this object does not
have an adapter for the given class
public void applicationStarted(ComponentContext context)
throws Exception
Component
applicationStarted in interface ComponentException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||