|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |