org.objectweb.fractal.aokell.lib.control.lifecycle
Interface LifeCycleControllerDef

All Superinterfaces:
LifeCycleController, org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator

public interface LifeCycleControllerDef
extends org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator

This interface contains data related to the lifecycle controller.

Author:
Lionel Seinturier

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

NAME

static final String NAME
NAME of the lifecycle controller.

See Also:
Constant Field Values

PRIMITIVE_TYPE

static final InterfaceType PRIMITIVE_TYPE
TYPE of the non composite lifecycle controllers.


COMPOSITE_TYPE

static final InterfaceType COMPOSITE_TYPE
TYPE of the composite lifecycle controller.