|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
public abstract class BindingWithReverseBindingControllerNotifierMixin
Provides an implementation of the
BindingController interface which
manages the reverse bindings : any binding operation performed on the current
client component is notified to the reverse binding controller of the
relevant server component.
| Field Summary | |
|---|---|
org.objectweb.fractal.api.Component |
_this_weaveableC
The weaveableC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
The bindFc method overriden by this
mixin. |
abstract void |
_super_unbindFc(java.lang.String clientItfName)
The unbindFc method overriden by this
mixin. |
abstract java.lang.Object |
_this_lookupFc(java.lang.String clientItfName)
The listFc method required by this
mixin. |
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
Calls the overriden bindFc method and then register the reverse binding. |
void |
unbindFc(java.lang.String clientItfName)
Calls the overriden method and then unregister the reverse binding. |
| 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 |
|---|
listFc, lookupFc |
| Field Detail |
|---|
public org.objectweb.fractal.api.Component _this_weaveableC
Component interface of the component to
which this controller object belongs.
| Method Detail |
|---|
public void bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
bindFc in interface org.objectweb.fractal.api.control.BindingControllerclientItfName - the name of a client interface of the component to which this
interface belongs.serverItf - a server interface.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such client interface.
org.objectweb.fractal.api.control.IllegalBindingException - if the binding cannot be created.
org.objectweb.fractal.api.control.IllegalLifeCycleException - if this component has a LifeCycleController
interface, but it is not in an appropriate state to perform
this operation.
public void unbindFc(java.lang.String clientItfName)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
unbindFc in interface org.objectweb.fractal.api.control.BindingControllerclientItfName - the name of a client interface of the component to which this
interface belongs.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such client interface.
org.objectweb.fractal.api.control.IllegalBindingException - if the binding cannot be removed.
org.objectweb.fractal.api.control.IllegalLifeCycleException - if this component has a LifeCycleController
interface, but it is not in an appropriate state to perform
this operation.
public abstract void _super_bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
bindFc method overriden by this
mixin.
clientItfName - the name of a client interface of the component to which this
interface belongs.serverItf - a server interface.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such client interface.
org.objectweb.fractal.api.control.IllegalBindingException - if the binding cannot be created.
org.objectweb.fractal.api.control.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(java.lang.String clientItfName)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
unbindFc method overriden by this
mixin.
clientItfName - the name of a client interface of the component to which this
interface belongs.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such client interface.
org.objectweb.fractal.api.control.IllegalBindingException - if the binding cannot be removed.
org.objectweb.fractal.api.control.IllegalLifeCycleException - if this component has a LifeCycleController
interface, but it is not in an appropriate state to perform
this operation.
public abstract java.lang.Object _this_lookupFc(java.lang.String clientItfName)
throws org.objectweb.fractal.api.NoSuchInterfaceException
listFc method required by this
mixin.
clientItfName - the name of a client interface of the component to which this
interface belongs.
org.objectweb.fractal.api.NoSuchInterfaceException - if the component to which this interface belongs does not
have a client interface whose name is equal to the given
name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||