|
|||||||||
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.ComponentServiceTemplate
public class ComponentServiceTemplate
A template code to manage the introduction of specific services. In this case it gets the Java reference to "Component".
Constructor Summary | |
---|---|
ComponentServiceTemplate(String serviceName,
spoon.reflect.declaration.CtClass<?> target)
Constructor for ComponentServiceTemplate. |
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 ComponentServiceTemplate(String serviceName, spoon.reflect.declaration.CtClass<?> target)
serviceName
- the name of the servicetarget
- the target classMethod Detail |
---|
public void bindFc(String clientItfName, Object serverItf) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
bindFc
in interface BindingController
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
Method automatically generated with Spoon
public String[] listFc()
listFc
in interface BindingController
Method
automatically generated with Spoon
public Object lookupFc(String clientItfName) throws NoSuchInterfaceException
lookupFc
in interface BindingController
NoSuchInterfaceException
Method automatically generated with Spoon
public void unbindFc(String clientItfName) throws NoSuchInterfaceException, IllegalBindingException, IllegalLifeCycleException
unbindFc
in interface BindingController
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
Method automatically generated with Spoon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |