Uses of Class
org.mockejb.interceptor.InvocationContext

Packages that use InvocationContext
org.mockejb   
org.mockejb.interceptor   
 

Uses of InvocationContext in org.mockejb
 

Methods in org.mockejb with parameters of type InvocationContext
 void TransactionManager.intercept(InvocationContext invocationContext)
          Begins, commits and rolls back the transaction according to the currently set policy and EJB spec.
 void EjbExceptionHandler.intercept(InvocationContext invocationContext)
          Performs exception translation according to the ejb spec rules.
 void CMPFindByPrimaryKeyHandler.intercept(InvocationContext invocationContext)
           
 void BMPFinderHandler.intercept(InvocationContext invocationContext)
          Intercepts and handles finders.
 

Uses of InvocationContext in org.mockejb.interceptor
 

Methods in org.mockejb.interceptor that return InvocationContext
 InvocationContext InvocationRecorder.findByTargetMethod(java.lang.String methodPattern)
          Finds the first invocation for a given target method pattern.
 InvocationContext InvocationRecorder.findByInterceptedMethod(java.lang.String methodPattern)
          Deprecated. Use findByProxyMethod instead
 InvocationContext InvocationRecorder.findByProxyMethod(java.lang.String methodPattern)
          Finds the first invocation for a given proxy method pattern.
 

Methods in org.mockejb.interceptor with parameters of type InvocationContext
 void InvocationRecorder.intercept(InvocationContext invocationContext)
           
 void InterceptorInvoker.CglibMethodInvoker.intercept(InvocationContext invocationContext)
           
 void Interceptor.intercept(InvocationContext invocationContext)
          Performs pre and post invocation actions for the target object call.