|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IJClassInterceptor | |
|---|---|
| org.ow2.util.ee.metadata.ejbjar.api | Implementation of EJB 3.0 container |
| Uses of IJClassInterceptor in org.ow2.util.ee.metadata.ejbjar.api |
|---|
| Methods in org.ow2.util.ee.metadata.ejbjar.api that return types with arguments of type IJClassInterceptor | |
|---|---|
Map<InterceptorType,List<? extends IJClassInterceptor>> |
IEjbJarClassMetadata.getExternalUserEasyBeansInterceptors()
|
List<? extends IJClassInterceptor> |
IEjbJarClassMetadata.getGlobalEasyBeansInterceptors()
|
List<? extends IJClassInterceptor> |
IEjbJarMethodMetadata.getGlobalEasyBeansInterceptors()
|
Map<InterceptorType,List<? extends IJClassInterceptor>> |
IEjbJarClassMetadata.getInternalUserEasyBeansInterceptors()
|
Map<InterceptorType,List<? extends IJClassInterceptor>> |
IEjbJarMethodMetadata.getUserEasyBeansInterceptors()
|
| Method parameters in org.ow2.util.ee.metadata.ejbjar.api with type arguments of type IJClassInterceptor | |
|---|---|
void |
IEjbJarClassMetadata.setExternalUserInterceptors(Map<InterceptorType,List<? extends IJClassInterceptor>> externalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined outside the bean class (interceptor classes). |
void |
IEjbJarClassMetadata.setGlobalEasyBeansInterceptors(List<? extends IJClassInterceptor> globalEasyBeansInterceptors)
Sets the list of global interceptors that enhancers will use. |
void |
IEjbJarMethodMetadata.setGlobalEasyBeansInterceptors(List<? extends IJClassInterceptor> globalEasyBeansInterceptors)
Sets the list of global interceptors that enhancers will use. |
void |
IEjbJarClassMetadata.setInternalUserInterceptors(Map<InterceptorType,List<? extends IJClassInterceptor>> internalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined in bean class. |
void |
IEjbJarMethodMetadata.setUserInterceptors(Map<InterceptorType,List<? extends IJClassInterceptor>> userInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined in bean class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||