|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifeCycle
A component LifeCycle. Represents the life cycle interface for an abstract software component.
| Method Summary | |
|---|---|
boolean |
isFailed()
|
boolean |
isRunning()
|
boolean |
isStarted()
|
boolean |
isStarting()
|
boolean |
isStopping()
|
void |
start()
Start the LifeCycle. |
void |
stop()
Stop the LifeCycle. |
| Method Detail |
|---|
void start()
throws Exception
Exception - An arbitrary exception may be thrown.
void stop()
throws Exception
Exception - An arbitrary exception may be thrown.boolean isRunning()
boolean isStarted()
boolean isStarting()
boolean isStopping()
boolean isFailed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||