|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.aokell.glue.template.BindingControllerTemplate
public class BindingControllerTemplate
This template defines the elements which are introduced in all classes which are processed by BindingControllerProcessor.
Constructor Summary | |
---|---|
BindingControllerTemplate()
|
Method Summary | |
---|---|
void |
bindFc(String cItf,
Object sItf)
Method introduced by AOKell. |
String[] |
listFc()
Method introduced by AOKell. |
Object |
lookupFc(String cItf)
Method introduced by AOKell. |
void |
unbindFc(String cItf)
Method introduced by AOKell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingControllerTemplate()
Method Detail |
---|
public String[] listFc()
listFc
in interface BindingController
public Object lookupFc(String cItf) throws NoSuchInterfaceException
lookupFc
in interface BindingController
NoSuchInterfaceException
public void bindFc(String cItf, Object sItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
bindFc
in interface BindingController
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
public void unbindFc(String cItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
unbindFc
in interface BindingController
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |