Method and Description |
---|
org.mockejb.MockEjbObject.addInterceptor(Interceptor)
Use AspectSystem and poincuts to add interceptors
|
org.mockejb.MockContainer.createMessageBean(MockEjbObject)
use deploy instead
|
org.mockejb.interceptor.InvocationRecorder.findByInterceptedMethod(String)
Use findByProxyMethod instead
|
org.mockejb.interceptor.InvocationContext.getInterceptedMethod()
Use getProxyMethod instead
|
org.mockejb.interceptor.InvocationContext.getInterceptedObject()
Use getProxyObject instead
|
org.mockejb.interceptor.InvocationContext.reset() |
org.mockejb.MockEjbObject.setTransactionPolicy(TransactionPolicy)
use TransactionManager with the AspectSystem to set transaction policies
|