|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LCIntrospectionController
The controller interface for introspecting the life cycle controllers. Implementors of this controller may externally fetch the current lifecycle state of a given component. They may also fetch the whole possible states as well as the possible successors of the current state in the lifecycle.
| Method Summary | |
|---|---|
LCState[] |
getAllStates()
fetch the whole possible lifecycle states of a component. |
LCState[] |
getNextPossibleStates()
fetch the possible successors of the current lifecycle state of a component. |
LCState |
getState()
fetch the current lifecycle state of a component. |
| Method Detail |
|---|
LCState getState()
LCState[] getAllStates()
LCState[] getNextPossibleStates()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||