|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.julia.control.binding.OptimizedContainerBindingMixin
TODO.
Requirements
Field Summary | |
Map |
fcBindings
TODO. |
Method Summary | |
abstract void |
_super_bindFc(String clientItfName,
Object serverItf)
The bindFc method overriden by this mixin. |
abstract String[] |
_super_listFc()
The listFc method overriden by this
mixin. |
abstract Object |
_super_lookupFc(String clientItfName)
The lookupFc method overriden by this
mixin. |
abstract void |
_super_unbindFc(String clientItfName)
The unbindFc method overriden by this
mixin. |
void |
bindFc(String clientItfName,
Object serverItf)
TODO. |
String[] |
listFc()
Returns the names of the client interfaces of the component to which this interface belongs. |
Object |
lookupFc(String clientItfName)
TODO. |
void |
unbindFc(String clientItfName)
TODO. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Map fcBindings
Method Detail |
public String[] listFc()
BindingController
listFc
in interface BindingController
public Object lookupFc(String clientItfName) throws NoSuchInterfaceException
lookupFc
in interface BindingController
clientItfName
- the name of a client interface of the component to
which this interface belongs.
NoSuchInterfaceException
- if the component to which this interface
belongs does not have a client interface whose name is equal to the
given name.public void bindFc(String clientItfName, Object serverItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
bindFc
in interface BindingController
clientItfName
- the name of a client interface of the component to
which this interface belongs.serverItf
- a server interface.
IllegalLifeCycleException
- if this component has a LifeCycleController
interface, but it is not in an appropriate state
to perform this operation.
NoSuchInterfaceException
- if there is no such client interface.
IllegalBindingException
- if the binding cannot be created.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 String[] _super_listFc()
listFc
method overriden by this
mixin.
public abstract Object _super_lookupFc(String clientItfName) throws NoSuchInterfaceException
lookupFc
method overriden by this
mixin.
NoSuchInterfaceException
public abstract void _super_bindFc(String clientItfName, Object serverItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
bindFc
method overriden by this mixin.
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
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 |