Package | Description |
---|---|
org.mockejb | |
org.mockejb.interceptor |
Modifier and Type | Method and Description |
---|---|
void |
BMPFinderHandler.intercept(InvocationContext invocationContext)
Intercepts and handles finders.
|
void |
CMPFindByPrimaryKeyHandler.intercept(InvocationContext invocationContext) |
void |
EjbExceptionHandler.intercept(InvocationContext invocationContext)
Performs exception translation according to the ejb spec rules.
|
void |
TransactionManager.intercept(InvocationContext invocationContext)
Begins, commits and rolls back the transaction according to the currently
set policy and EJB spec.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.intercept(InvocationContext invocationContext)
Performs pre and post invocation actions for the target object call.
|
void |
InterceptorInvoker.CglibMethodInvoker.intercept(InvocationContext invocationContext) |
void |
InvocationRecorder.intercept(InvocationContext invocationContext) |