org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.listeners |
EJB 3.0
This package contains beans that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.
|
Java Source File Name | Type | Comment |
ItfListenerTester.java | Interface | Makes tests with the callback methods for all type of listeners. |
ListenerManagerComparator.java | Class | Compares two listeners by the insertion time. |
ListenerTesterBase.java | Class | Create the base for doing the tests that verifies if the lifecycle callback
methods works properly. |
SLSBListenerTester00.java | Class | Verifies if the container manages the listener invocation for a entity that
has an listeners specified in the superclass and other listeners specified in
the entity class. |
SLSBListenerTester01.java | Class | Verifies if the container manages the listeners invocation when the entity
has only superclass listener. |
SLSBListenerTester02.java | Class | Verifies if the container manages a bean that has the annotation
ExcludeSuperclassListeners. |
SLSBListenerTester03.java | Class | Verifies if the container manages the override of callback methods. |
SLSBListenerTester04.java | Class | Verifies if the container manages the override of callback methods. |
SLSBListenerTester05.java | Class | Verifies if the container manages the override of callback methods. |
SLSBListenerTester06.java | Class | Verifies if the container manages multiples listeners that are defined in the
superclass adn in the class. |