Uses of Class
com.bm.ejb3metadata.annotations.InterceptorType

Packages that use InterceptorType
com.bm.ejb3metadata.annotations Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.metadata Implementation of meta data analysis for EJB 3.0 
 

Uses of InterceptorType in com.bm.ejb3metadata.annotations
 

Methods in com.bm.ejb3metadata.annotations that return InterceptorType
static InterceptorType InterceptorType.valueOf(java.lang.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're declared.
 

Uses of InterceptorType in com.bm.ejb3metadata.annotations.metadata
 

Methods in com.bm.ejb3metadata.annotations.metadata that return types with arguments of type InterceptorType
 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.Map<InterceptorType,java.util.List<JClassInterceptor>> MethodAnnotationMetadata.getUserEasyBeansInterceptors()
           
 

Method parameters in com.bm.ejb3metadata.annotations.metadata with type arguments of type InterceptorType
 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.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.
 



Copyright © 2008. All Rights Reserved.