public class BMPFinderHandler extends java.lang.Object implements Aspect, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected EntityDatabase |
entityDatabase |
Constructor and Description |
---|
BMPFinderHandler(EntityDatabase entityDatabase) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
This class does not have state, so all instances of this class
are considered equal
|
protected java.lang.Object |
findInCacheOrCreate(EntityBeanDescriptor descriptor,
MockEjbContext ejbContext,
java.lang.Object pk) |
Pointcut |
getPointcut() |
int |
hashCode() |
void |
intercept(InvocationContext invocationContext)
Intercepts and handles finders.
|
protected EntityDatabase entityDatabase
public BMPFinderHandler(EntityDatabase entityDatabase)
public Pointcut getPointcut()
getPointcut
in interface Aspect
public void intercept(InvocationContext invocationContext) throws java.lang.Exception
intercept
in interface Interceptor
invocationContext
- provides the info about this call. Also calls interceptors in
turn according to their order in the chain. invocationContext provides access to the return value
and thrown exceptions of this call.java.lang.Exception
protected java.lang.Object findInCacheOrCreate(EntityBeanDescriptor descriptor, MockEjbContext ejbContext, java.lang.Object pk) throws java.lang.Exception
java.lang.Exception
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object