Uses of Class
org.jboss.ejb3.EJBContainerInvocation

Packages that use EJBContainerInvocation
org.jboss.ejb3   
org.jboss.ejb3.interceptor   
org.jboss.ejb3.stateful   
 

Uses of EJBContainerInvocation in org.jboss.ejb3
 

Subclasses of EJBContainerInvocation in org.jboss.ejb3
 class EJBContainerInvocationWrapper<A extends EJBContainer,T extends BeanContext<?>>
          This wrapper class allows you to insert a chain of interceptors into the middle of a call stack.
 

Fields in org.jboss.ejb3 declared as EJBContainerInvocation
protected  EJBContainerInvocation<A,T> EJBContainerInvocationWrapper.wrapped
           
 

Constructors in org.jboss.ejb3 with parameters of type EJBContainerInvocation
EJBContainerInvocationWrapper(EJBContainerInvocation<A,T> wrapped, org.jboss.aop.advice.Interceptor[] interceptors)
           
 

Uses of EJBContainerInvocation in org.jboss.ejb3.interceptor
 

Constructors in org.jboss.ejb3.interceptor with parameters of type EJBContainerInvocation
InvocationContextImpl(EJBContainerInvocation inv, InterceptorInfo[] interceptorInfos, Object[] instances, Method[] beanAroundInvokes)
           
 

Uses of EJBContainerInvocation in org.jboss.ejb3.stateful
 

Subclasses of EJBContainerInvocation in org.jboss.ejb3.stateful
 class StatefulContainerInvocation
          Comment
 



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