Invocation API 1.1.0.Final

Uses of Interface
org.jboss.invocation.Interceptor

Packages that use Interceptor
org.jboss.invocation   
 

Uses of Interceptor in org.jboss.invocation
 

Classes in org.jboss.invocation that implement Interceptor
 class ContextClassLoaderInterceptor
          An interceptor which sets the thread context class loader for the duration of an invocation.
 class InitialInterceptor
          The initial interceptor that is called during an invocation.
 class MethodInterceptor
          A method interceptor.
 class MethodInvokingInterceptor
          An interceptor which always invokes one specific method on one specific object given the parameters from the invocation context.
 

Methods in org.jboss.invocation that return Interceptor
 Interceptor InterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor ImmediateInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor MethodInvokingInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor MethodInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
static Interceptor Interceptors.getChainedInterceptor(Collection<Interceptor> instances)
          Get a chained interceptor which passes the invocation through the given interceptors.
static Interceptor Interceptors.getChainedInterceptor(Interceptor... instances)
          Get a chained interceptor which passes the invocation through the given interceptors.
static Interceptor Interceptors.getInitialInterceptor()
          Get an interceptor that is always invoked first.
static Interceptor Interceptors.getInvokingInterceptor()
          Get an invoking interceptor which always terminates.
static Interceptor Interceptors.getTerminalInterceptor()
          Get an interceptor which always returns null.
static Interceptor Interceptors.getWeavedInterceptor(Interceptor... interceptors)
           
 

Methods in org.jboss.invocation that return types with arguments of type Interceptor
 List<Interceptor> InterceptorContext.getInterceptors()
          Get the current interceptors.
 

Methods in org.jboss.invocation with parameters of type Interceptor
static Interceptor Interceptors.getChainedInterceptor(Interceptor... instances)
          Get a chained interceptor which passes the invocation through the given interceptors.
static Interceptor Interceptors.getWeavedInterceptor(Interceptor... interceptors)
           
 

Method parameters in org.jboss.invocation with type arguments of type Interceptor
static Interceptor Interceptors.getChainedInterceptor(Collection<Interceptor> instances)
          Get a chained interceptor which passes the invocation through the given interceptors.
 void InterceptorContext.setInterceptors(List<Interceptor> interceptors)
          Set the interceptor iterator.
 void InterceptorContext.setInterceptors(List<Interceptor> interceptors, int nextIndex)
          Set the interceptors.
 

Constructors in org.jboss.invocation with parameters of type Interceptor
ImmediateInterceptorFactory(Interceptor interceptor)
          Construct a new instance.
InterceptorInvocationHandler(Interceptor interceptor)
          Construct a new instance.
 


Invocation API 1.1.0.Final

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