Uses of Class
org.ow2.util.ee.metadata.ejbjar.api.InterceptorType

Packages that use InterceptorType
org.ow2.util.ee.metadata.ejbjar.api Implementation of EJB 3.0 container 
 

Uses of InterceptorType in org.ow2.util.ee.metadata.ejbjar.api
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return InterceptorType
static InterceptorType InterceptorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterceptorType[] InterceptorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return types with arguments of type InterceptorType
 Map<InterceptorType,List<? extends IJClassInterceptor>> IEjbJarClassMetadata.getExternalUserEasyBeansInterceptors()
           
 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 InterceptorType
 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.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.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.