|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JClassInterceptor | |
---|---|
com.bm.ejb3metadata.annotations.metadata | Implementation of meta data analysis for EJB 3.0 |
Uses of JClassInterceptor in com.bm.ejb3metadata.annotations.metadata |
---|
Methods in com.bm.ejb3metadata.annotations.metadata that return types with arguments of type JClassInterceptor | |
---|---|
java.util.Map<InterceptorType,java.util.List<JClassInterceptor>> |
ClassAnnotationMetadata.getExternalUserEasyBeansInterceptors()
Map<interceptor type <--> List of methods/class corresponding to the interceptor> (interceptor classes) of user interceptors that enhancer will use. |
java.util.List<JClassInterceptor> |
MethodAnnotationMetadata.getGlobalEasyBeansInterceptors()
|
java.util.List<JClassInterceptor> |
MethodAnnotationMetadata.getInterceptors()
|
java.util.Map<InterceptorType,java.util.List<JClassInterceptor>> |
MethodAnnotationMetadata.getUserEasyBeansInterceptors()
|
Method parameters in com.bm.ejb3metadata.annotations.metadata with type arguments of type JClassInterceptor | |
---|---|
void |
ClassAnnotationMetadata.setExternalUserInterceptors(java.util.Map<InterceptorType,java.util.List<JClassInterceptor>> externalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined outside the bean class (interceptor classes). |
void |
MethodAnnotationMetadata.setGlobalEasyBeansInterceptors(java.util.List<JClassInterceptor> globalEasyBeansInterceptors)
Sets the list of global interceptors that enhancers will use. |
void |
MethodAnnotationMetadata.setInterceptors(java.util.List<JClassInterceptor> interceptors)
Sets the list of interceptors(tx, security, etc) that enhancers will use. These interceptors are defined per methods. |
void |
MethodAnnotationMetadata.setUserInterceptors(java.util.Map<InterceptorType,java.util.List<JClassInterceptor>> userInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined in bean class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |