org.jboss.weld.interceptor.proxy
Class SimpleInterceptorInvocation<T>

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.SimpleInterceptorInvocation<T>
All Implemented Interfaces:
InterceptorInvocation

public class SimpleInterceptorInvocation<T>
extends Object
implements InterceptorInvocation

Author:
Marius Bogoevici

Constructor Summary
SimpleInterceptorInvocation(T instance, InterceptionType interceptionType, Collection<MethodMetadata> interceptorMethods, boolean targetClass)
           
 
Method Summary
 Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterceptorInvocation

public SimpleInterceptorInvocation(T instance,
                                   InterceptionType interceptionType,
                                   Collection<MethodMetadata> interceptorMethods,
                                   boolean targetClass)
Method Detail

getInterceptorMethodInvocations

public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
Specified by:
getInterceptorMethodInvocations in interface InterceptorInvocation


Copyright © 2013 Seam Framework. All Rights Reserved.