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 BMPFinderHandler.intercept(InvocationContext invocationContext)
          Intercepts and handles finders.
 void TransactionManager.intercept(InvocationContext invocationContext)
          Begins, commits and rolls back the transaction according to the currently set policy and EJB spec.
 void CMPFindByPrimaryKeyHandler.intercept(InvocationContext invocationContext)
           
 void EjbExceptionHandler.intercept(InvocationContext invocationContext)
          Performs exception translation according to the ejb spec rules.
 

Uses of InvocationContext in org.mockejb.interceptor
 

Methods in org.mockejb.interceptor that return InvocationContext
 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.
 InvocationContext InvocationRecorder.findByTargetMethod(java.lang.String methodPattern)
          Finds the first invocation for a given target method pattern.
 

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