Uses of Interface
com.sun.ejb.containers.interceptors.InterceptorManager.AroundInvokeContext

Packages that use InterceptorManager.AroundInvokeContext
com.sun.ejb   
com.sun.ejb.containers.interceptors   
 

Uses of InterceptorManager.AroundInvokeContext in com.sun.ejb
 

Classes in com.sun.ejb that implement InterceptorManager.AroundInvokeContext
 class EjbInvocation
          The EjbInvocation object contains state associated with an invocation on an EJB or EJBHome (local/remote).
 

Uses of InterceptorManager.AroundInvokeContext in com.sun.ejb.containers.interceptors
 

Classes in com.sun.ejb.containers.interceptors that implement InterceptorManager.AroundInvokeContext
 class AroundInvokeInvocationContext
          Concrete InvocationContext implementation passed to callback methods defined in interceptor classes.
 

Methods in com.sun.ejb.containers.interceptors with parameters of type InterceptorManager.AroundInvokeContext
 java.lang.Object InterceptorManager.intercept(InterceptorManager.InterceptorChain chain, InterceptorManager.AroundInvokeContext ctx)
           
 java.lang.Object InterceptorManager.InterceptorChain.invokeNext(int index, InterceptorManager.AroundInvokeContext invCtx)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.