|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.fraclet.annotation.generator.template.RequiresTemplate
public class RequiresTemplate
A template code to insert the binding controller methods.
Constructor Summary | |
---|---|
RequiresTemplate(spoon.reflect.Factory spoonFactory,
spoon.reflect.declaration.CtClass<?> target)
Constructor for RequiresTemplate. |
Method Summary | |
---|---|
void |
bindFc(String clientItfName,
Object serverItf)
(non-Javadoc) |
String[] |
listFc()
(non-Javadoc) |
Object |
lookupFc(String clientItfName)
(non-Javadoc) |
void |
unbindFc(String clientItfName)
(non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequiresTemplate(spoon.reflect.Factory spoonFactory, spoon.reflect.declaration.CtClass<?> target) throws NonTypedFractalAttributeException
@Requires
Processor
spoonFactory
- the factorytarget
- the target class
NonTypedFractalAttributeException
Method Detail |
---|
public void bindFc(String clientItfName, Object serverItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
Method automatically generated with Spoon
public String[] listFc()
Method
automatically generated with Spoon
public Object lookupFc(String clientItfName) throws NoSuchInterfaceException
NoSuchInterfaceException
Method automatically generated with Spoon
public void unbindFc(String clientItfName) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
Method automatically generated with Spoon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |