|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeExtension
A runtime extension is a service that is started by the runtime when it starts using the runtime service context.
Runtime Extensions may be used to add new functionality to the runtime service.
| Method Summary | |
|---|---|
void |
start()
Starts the runtime extension. |
void |
stop()
Stops the runtime extension. |
| Method Detail |
|---|
void start()
throws Exception
The current runtime is available as Runtime.getRuntime().
Exception
void stop()
throws Exception
The current runtime is available as Runtime.getRuntime().
Exception
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||