|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBInvocationContextFactory
Invocation context factory provides the interceptor manager factory and the invocation context generation.
| Method Summary | |
|---|---|
EasyBeansInvocationContext |
getContext(EasyBeansBean instance,
EZBInterceptorManager interceptorManager,
String interceptorType,
String methodSignature,
Object... parameters)
Gets an invocation context for the given method. |
EZBInterceptorManagerFactory |
getInterceptorManagerFactory()
Gets the interceptor manager factory. |
| Method Detail |
|---|
EZBInterceptorManagerFactory getInterceptorManagerFactory()
EasyBeansInvocationContext getContext(EasyBeansBean instance,
EZBInterceptorManager interceptorManager,
String interceptorType,
String methodSignature,
Object... parameters)
instance - the bean's instanceinterceptorManager - the manager of the interceptorsinterceptorType - the type of the interceptormethodSignature - the key in order to find data for the given methodparameters - the parameters of the method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||