|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingNotificationController
This interface is used to notify a binding update between the meta and the exec level (and vice versa).
| Method Summary | |
|---|---|
void |
bindFcNotification(java.lang.String clientItfName,
java.lang.Object serverItf)
Binds the client interface whose name is given to a server interface. |
void |
unbindFcNotification(java.lang.String clientItfName)
Unbinds the given client interface. |
| Method Detail |
|---|
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
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.
void unbindFcNotification(java.lang.String clientItfName)
throws org.objectweb.fractal.api.NoSuchInterfaceException,
org.objectweb.fractal.api.control.IllegalBindingException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
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 | |||||||||