|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.julia.control.binding.LifeCycleBindingMixin
Provides life cycle related checks to a BindingController
.
Requirements
LifeCycleController
interface,
but this is not mandatory - in this case this binding does nothing).
Field Summary | |
Component |
_this_weaveableOptC
The weaveableOptC field required by this mixin. |
LifeCycleController |
_this_weaveableOptLC
The weaveableOptLC field required by this mixin. |
Method Summary | |
abstract void |
_super_unbindFc(String clientItfName)
The unbindFc method overriden by this
mixin. |
void |
unbindFc(String clientItfName)
Checks that the component is stopped 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.BindingController |
bindFc, listFc, lookupFc |
Field Detail |
public Component _this_weaveableOptC
Component
interface of the component to
which this controller object belongs.
public LifeCycleController _this_weaveableOptLC
LifeCycleController
interface of the
component to which this controller object belongs.
Method Detail |
public void unbindFc(String clientItfName) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
unbindFc
in interface BindingController
clientItfName
- the name of a client interface of the component to
which this interface belongs.
NoSuchInterfaceException
- if there is no such client interface.
IllegalBindingException
- if the binding cannot be removed.
IllegalLifeCycleException
- if this component has a LifeCycleController
interface, but it is not in an appropriate state
to perform this operation.public abstract void _super_unbindFc(String clientItfName) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
unbindFc
method overriden by this
mixin.
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |