|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycleControllerDef
This interface contains data related to the lifecycle controller.
Field Summary | |
---|---|
static InterfaceType |
COMPOSITE_TYPE
TYPE of the composite lifecycle controller. |
static String |
NAME
NAME of the lifecycle controller. |
static InterfaceType |
PRIMITIVE_TYPE
TYPE of the non composite lifecycle controllers. |
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
---|
STARTED, STOPPED |
Method Summary |
---|
Methods inherited from interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator |
---|
fcActivated, fcInactivated, setFcStarted, setFcStopped, setFcStopping |
Methods inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
---|
getFcState, startFc, stopFc |
Field Detail |
---|
static final String NAME
NAME
of the lifecycle controller.
static final InterfaceType PRIMITIVE_TYPE
TYPE
of the non composite lifecycle controllers.
static final InterfaceType COMPOSITE_TYPE
TYPE
of the composite lifecycle controller.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |