public class SimpleInterceptionChain extends Object implements InterceptionChain
Constructor and Description |
---|
SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations,
InterceptionType interceptionType,
Object target,
Method targetMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNextInterceptor() |
Object |
invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext) |
public SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations, InterceptionType interceptionType, Object target, Method targetMethod)
public Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext) throws Throwable
invokeNextInterceptor
in interface InterceptionChain
Throwable
public boolean hasNextInterceptor()
hasNextInterceptor
in interface InterceptionChain
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.