JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.proxy
Class InterceptorInvocation<T>

java.lang.Object
  extended by org.jboss.interceptor.proxy.InterceptorInvocation<T>

public class InterceptorInvocation<T>
extends Object

Author:
Marius Bogoevici

Nested Class Summary
 class InterceptorInvocation.InterceptorMethodInvocation
           
 
Constructor Summary
InterceptorInvocation(T instance, InterceptorMetadata<?> interceptorMetadata, InterceptionType interceptionType)
           
 
Method Summary
 Collection<InterceptorInvocation.InterceptorMethodInvocation> getInterceptorMethodInvocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorInvocation

public InterceptorInvocation(T instance,
                             InterceptorMetadata<?> interceptorMetadata,
                             InterceptionType interceptionType)
Method Detail

getInterceptorMethodInvocations

public Collection<InterceptorInvocation.InterceptorMethodInvocation> getInterceptorMethodInvocations()

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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