JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.proxy
Class SimpleInterceptionChain

java.lang.Object
  extended by org.jboss.interceptor.proxy.SimpleInterceptionChain
All Implemented Interfaces:
InterceptionChain

public class SimpleInterceptionChain
extends Object
implements InterceptionChain

Author:
Marius Bogoevici

Constructor Summary
SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations, InterceptionType interceptionType, Object target, Method targetMethod)
           
 
Method Summary
 boolean hasNextInterceptor()
           
 Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterceptionChain

public SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations,
                               InterceptionType interceptionType,
                               Object target,
                               Method targetMethod)
Method Detail

invokeNextInterceptor

public Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
                             throws Throwable
Specified by:
invokeNextInterceptor in interface InterceptionChain
Throws:
Throwable

hasNextInterceptor

public boolean hasNextInterceptor()
Specified by:
hasNextInterceptor in interface InterceptionChain

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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