|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.bootstrap.FactoryInterceptorGenerator
public class FactoryInterceptorGenerator
Generates new interceptor which intercepts return from factory methods and creates new delegation chains for the interface connecting to the created component.
Constructor Summary | |
---|---|
FactoryInterceptorGenerator()
|
Method Summary | |
---|---|
SOFAMicroComponent |
generate(java.lang.Class iface,
java.util.Map<java.lang.String,java.lang.String> parameters)
This method generates delegating microcomponent for given interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryInterceptorGenerator()
Method Detail |
---|
public SOFAMicroComponent generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters) throws SOFAException
SOFAMicroGenerator
generate
in interface SOFAMicroGenerator
iface
- Interface the new microcomponent delegates.parameters
- Parameters to the new microcomponent. Exactly the same parameters will
the new microcomponent get in the init() method.
SOFAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |