org.ow2.easybeans.tests.entity.listeners |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
TestListeners00.java | Class | Verifies if the container can manage listeners, when a class that has a
listener defined in the superclass and has the callback methods defined in
the entity class. |
TestListeners01.java | Class | Verifies if the container can manage listeners, when a class that has a
listener defined in the superclass. |
TestListeners02.java | Class | Verifies if the container can manage listeners, when a class that has a
listener defined in the superclass and has the annotation ExcludeSuperclassListeners. |
TestListeners03.java | Class | Verifies if the container can manage listeners, when a class that overrides
the callback methods from the superclass use the same callback type for the
same method name.In the specification, in this case the methods in the
superclass must be overriden and they are not called. |
TestListeners04.java | Class | Verifies if the container can manage listeners, when a class that overrides
the callback methods from the superclass use different callback type for the
same method name.In the specification, in this case the methods in the
superclass must be called. |
TestListeners05.java | Class | Verifies if the container can manage listeners, when a class that overrides
the callback methods from the superclass and does not define as callback
methods the methods overriden. |
TestListeners06.java | Class | Verifies if the container can manage listeners, when a class that has a
listener defined in the superclass and has more listeners defined in
the entity class. |