|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
public abstract class ReflexBindingMixin
Provides an implementation of the
BindingController interface which
manages the causal connection with the dual level (i.e meta/execution) : any
binding operation performed on the current component is notified to the
binding controller of dual component.
| Field Summary | |
|---|---|
org.objectweb.fractal.api.control.NameController |
_this_weaveableOptNC
The Component interface of the component to which this controller
object belongs. |
ReflexController |
_this_weaveableOptRC
The weaveableOptRC 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. |
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
Calls the overriden bindFc method and then notifies the dual level of the binding. |
void |
bindFcNotification(java.lang.String clientItfName,
java.lang.Object serverItf)
Calls the overriden bindFc method. |
void |
unbindFc(java.lang.String clientItfName)
Calls the overriden method and then notifies the dual level of the unbinding. |
void |
unbindFcNotification(java.lang.String clientItfName)
Calls the overriden unbindFc 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 |
|---|
listFc, lookupFc |
| Field Detail |
|---|
public org.objectweb.fractal.api.control.NameController _this_weaveableOptNC
Component interface of the component to which this controller
object belongs.
public ReflexController _this_weaveableOptRC
ReflexController 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 void bindFcNotification(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
bindFcNotification in interface BindingNotificationControllerclientItfName - 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 unbindFcNotification(java.lang.String clientItfName)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
unbindFcNotification in interface BindingNotificationControllerclientItfName - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||