|
||||||||||
| 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 | |
|---|---|
java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> |
IEjbJarClassMetadata.getExternalUserEasyBeansInterceptors()
|
java.util.List<IJClassInterceptor> |
IEjbJarClassMetadata.getGlobalEasyBeansInterceptors()
|
java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> |
IEjbJarClassMetadata.getInternalUserEasyBeansInterceptors()
|
| Method parameters in org.ow2.util.ee.metadata.ejbjar.api with type arguments of type IJClassInterceptor | |
|---|---|
void |
IEjbJarClassMetadata.setExternalUserInterceptors(java.util.Map<InterceptorType,java.util.List<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(java.util.List<IJClassInterceptor> globalEasyBeansInterceptors)
Sets the list of global interceptors that enhancers will use. |
void |
IEjbJarClassMetadata.setInternalUserInterceptors(java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> internalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined in bean class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||