|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Component
A Nuxeo Runtime component.
Components are extensible and adaptable objects and they provide methods to respond to component life cycle events.
| 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. |
| Methods inherited from interface org.nuxeo.runtime.model.Extensible |
|---|
registerExtension, unregisterExtension |
| Method Detail |
|---|
void activate(ComponentContext context)
throws Exception
This method is called by the runtime when a component is activated.
context - the runtime context
Exception - if an error occurs during activation
void deactivate(ComponentContext context)
throws Exception
This method is called by the runtime when a component is deactivated.
context - the runtime context
Exception - if an error occurs during activation
void applicationStarted(ComponentContext context)
throws Exception
Exception
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||