|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void start()
throws Exception
Exception - An arbitrary exception may be thrown.
public void stop()
throws Exception
Exception - An arbitrary exception may be thrown.public boolean isRunning()
public boolean isStarted()
public boolean isStarting()
public boolean isStopping()
public boolean isFailed()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||