|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingControllerItf
This interface extends the Fractal BindingController interface with methods to manage reverse bindings, i.e. bindings from the destination to the source, and with a method to retrieve the list of currently bound collection interface names.
Field Summary | |
---|---|
static String |
NAME
|
static InterfaceType |
TYPE
|
Method Summary | |
---|---|
void |
addFcCollectionInterfaceNames(List cltItfNames)
Add the names of currently bound interface names to the given list. |
boolean |
isFcBound()
|
boolean |
isFcReverseBound()
|
void |
reverseBindFc(String dstItfName,
Object src)
Record a reverse binding. |
Object |
reverseLookupFc(String dstItfName)
Lookup a reverse binding. |
void |
reverseUnbindFc(String dstItfName)
Remove a reverse binding. |
Methods inherited from interface org.objectweb.fractal.api.control.BindingController |
---|
bindFc, listFc, lookupFc, unbindFc |
Field Detail |
---|
static final String NAME
static final InterfaceType TYPE
Method Detail |
---|
void reverseBindFc(String dstItfName, Object src)
dstItfName
- the target interface name for the bindingsrc
- the source interface for the bindingObject reverseLookupFc(String dstItfName)
dstItfName
- the target interface name to be looked up
void reverseUnbindFc(String dstItfName)
dstItfName
- the target interface name to be removedboolean isFcBound()
boolean isFcReverseBound()
void addFcCollectionInterfaceNames(List cltItfNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |