|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MILifecycle
Interface for control interface of lifecycle aspect. Bootstrap aspects provide this control interface on every component.
Method Summary | |
---|---|
void |
exit()
Call to this method will start the stopping process. |
LifecycleState |
getState()
Gets the lifecycle state of the component. |
void |
start()
Call to this method starts the component. |
void |
stop()
Call to this method will start the stopping process. |
void |
waitStopped()
Wait until the component is stopped. |
Method Detail |
---|
void start()
void stop()
Call to waitStopped is needed to complete component stopping process.
void exit()
Call to waitStopped is needed to complete component stopping process.
void waitStopped()
LifecycleState getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |