|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifeCycleNotificationController
This interface is used to notify a lifecycle update between the meta and the execution level (and vice versa).
| Method Summary | |
|---|---|
void |
startFcNotification()
Start the component to which this interface belongs. |
void |
stopFcNotification()
Stop the component to which this interface belongs. |
| Method Detail |
|---|
void startFcNotification()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleException - if the transition from the current state to the STARTED state
is not a valid transition of the life cycle automaton.
void stopFcNotification()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleException - if the transition from the current state to the STOPPED state
is not a valid transition of the life cycle automaton.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||