|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.julia.control.lifecycle.TypeLifeCycleMixin
Provides basic type system related checks to a LifeCycleController
.
Requirements
BindingController
interface must be an instance
of ComponentType
.
Field Summary | |
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
STARTED, STOPPED |
Method Summary | |
abstract void |
_super_startFc()
The startFc method overriden by this
mixin. |
void |
checkFcMandatoryInterfaces(Component c)
Checks that all the mandatory client interface of the given component are bound. |
void |
startFc()
Checks the mandatory client interfaces of the component (and of all its sub components) and then calls the overriden method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
getFcState, stopFc |
Field Detail |
public Component _this_weaveableC
Component
interface of the component to
which this controller object belongs.
Method Detail |
public void startFc() throws IllegalLifeCycleException
startFc
in interface LifeCycleController
IllegalLifeCycleException
- if the transition from the current state
to the STARTED
state is not a valid transition of the
life cycle automaton.public void checkFcMandatoryInterfaces(Component c) throws IllegalBindingException
c
- a component.
IllegalBindingException
- if a mandatory client interface of the
given component is not bound.public abstract void _super_startFc() throws IllegalLifeCycleException
startFc
method overriden by this
mixin.
IllegalLifeCycleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |