|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.bootstrap.InterceptorGenerator
public class InterceptorGenerator
Generator of interface interceptors.
Constructor Summary | |
---|---|
InterceptorGenerator()
Constructor. |
Method Summary | |
---|---|
SOFAMicroInterceptor |
generate(java.lang.Class iface,
java.util.Map<java.lang.String,java.lang.String> parameters)
Generate interceptor class for given interface and parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterceptorGenerator()
Method Detail |
---|
public SOFAMicroInterceptor generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters) throws SOFAException
generate
in interface SOFAMicroGenerator
iface
- interface which would be interceptedparameters
- parameters for the bytecode generator which notification should be generated
SOFAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |