JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Uses of Class
org.jboss.interceptor.spi.model.InterceptionType

Packages that use InterceptionType
org.jboss.interceptor.builder   
org.jboss.interceptor.proxy   
org.jboss.interceptor.reader   
org.jboss.interceptor.spi.metadata   
org.jboss.interceptor.spi.model   
org.jboss.interceptor.util   
 

Uses of InterceptionType in org.jboss.interceptor.builder
 

Methods in org.jboss.interceptor.builder with parameters of type InterceptionType
 void BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType, Method method, InterceptorMetadata<I>... interceptors)
           
 

Constructors in org.jboss.interceptor.builder with parameters of type InterceptionType
InterceptionModelBuilder.MethodInterceptorDescriptor(Method m, InterceptionType... interceptionType)
           
 

Uses of InterceptionType in org.jboss.interceptor.proxy
 

Constructors in org.jboss.interceptor.proxy with parameters of type InterceptionType
InterceptorInvocation(T instance, InterceptorMetadata<?> interceptorMetadata, InterceptionType interceptionType)
           
SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations, InterceptionType interceptionType, Object target, Method targetMethod)
           
 

Uses of InterceptionType in org.jboss.interceptor.reader
 

Methods in org.jboss.interceptor.reader that return types with arguments of type InterceptionType
 Set<InterceptionType> DefaultMethodMetadata.getSupportedInterceptionTypes()
           
 

Methods in org.jboss.interceptor.reader with parameters of type InterceptionType
 List<MethodMetadata> SimpleInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
           
 boolean SimpleInterceptorMetadata.isEligible(InterceptionType interceptionType)
          Returns true if the interceptor corresponding to this InterceptorMetadata has interceptor methods for the given interceptionType.
static boolean InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType, MethodMetadata method, boolean forTargetClass)
           
 

Constructor parameters in org.jboss.interceptor.reader with type arguments of type InterceptionType
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference, boolean targetClass, Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap)
           
 

Uses of InterceptionType in org.jboss.interceptor.spi.metadata
 

Methods in org.jboss.interceptor.spi.metadata that return types with arguments of type InterceptionType
 Set<InterceptionType> MethodMetadata.getSupportedInterceptionTypes()
           
 

Methods in org.jboss.interceptor.spi.metadata with parameters of type InterceptionType
 List<MethodMetadata> InterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
          Returns the list of interceptor methods of this class for a given interception type.
 boolean InterceptorMetadata.isEligible(InterceptionType interceptionType)
          Returns true if the interceptor corresponding to this InterceptorMetadata has interceptor methods for the given interceptionType.
 

Uses of InterceptionType in org.jboss.interceptor.spi.model
 

Methods in org.jboss.interceptor.spi.model that return InterceptionType
static InterceptionType InterceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterceptionType[] InterceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.interceptor.spi.model with parameters of type InterceptionType
 List<InterceptorMetadata<I>> InterceptionModel.getInterceptors(InterceptionType interceptionType, Method method)
          Returns the interceptors applicable for the given interception type and method
 

Uses of InterceptionType in org.jboss.interceptor.util
 

Methods in org.jboss.interceptor.util that return types with arguments of type InterceptionType
static Collection<InterceptionType> InterceptionTypeRegistry.getSupportedInterceptionTypes()
           
 

Methods in org.jboss.interceptor.util with parameters of type InterceptionType
static Class<? extends Annotation> InterceptionTypeRegistry.getAnnotationClass(InterceptionType interceptionType)
           
static boolean InterceptionTypeRegistry.isSupported(InterceptionType interceptionType)
           
 


JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.