|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedService
A interface that can be implemented by a SPI Service to receive lifecycle calls like initialization and shutdown. Also there is a reset: todo: unclear what the purpose of reset is.
| Method Summary | |
|---|---|
void |
init(NodeEngine nodeEngine,
Properties properties)
Initializes the ManagedService |
void |
reset()
reset service, back to initial state |
void |
shutdown(boolean terminate)
Shuts down the ManagedService. |
| Method Detail |
|---|
void init(NodeEngine nodeEngine,
Properties properties)
nodeEngine - the NodeEngine this ManagedService is initialized with.properties - the Propertiesvoid reset()
void shutdown(boolean terminate)
terminate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||