|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Aspect | |
org.mockejb | |
org.mockejb.interceptor |
Uses of Aspect in org.mockejb |
Classes in org.mockejb that implement Aspect | |
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. |
Uses of Aspect in org.mockejb.interceptor |
Methods in org.mockejb.interceptor with parameters of type Aspect | |
void |
AspectSystemImpl.add(Aspect aspect)
|
void |
AspectSystemImpl.addFirst(Aspect aspect)
|
protected void |
AspectSystemImpl.removeIfExists(Aspect aspect)
|
void |
AspectSystem.add(Aspect aspect)
Adds the given aspect to the end of the global list of aspects. |
void |
AspectSystem.addFirst(Aspect aspect)
Inserts the given aspect in the beginning of the list of aspects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |