Package | Description |
---|---|
org.mockejb | |
org.mockejb.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
BMPFinderHandler
Intercepts the calls to the BMP find methods,
checks if the returned PK (or elements of the pk collection) is in the EntityDatabase,
if not, creates a new entity and calls "ejbLoad", and adds it to the EntityDatabase.
|
class |
CMPFindByPrimaryKeyHandler
Handles calls to findByPrimaryKey for CMP beans.
|
class |
EjbExceptionHandler
Performs exception logging and chaining according to the
EJB spec.
|
Modifier and Type | Method and Description |
---|---|
void |
AspectSystem.add(Aspect aspect)
Adds the given aspect to the end of the global list of aspects.
|
void |
AspectSystemImpl.add(Aspect aspect) |
void |
AspectSystem.addFirst(Aspect aspect)
Inserts the given aspect in the beginning of the list of aspects.
|
void |
AspectSystemImpl.addFirst(Aspect aspect) |
protected void |
AspectSystemImpl.removeIfExists(Aspect aspect) |