org.ow2.easybeans.tests.common.interceptors.lifecycle.wrongspecification |
EJB 3.0
This package contains interceptors that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.
|
Java Source File Name | Type | Comment |
TwoPostActivateInterceptor.java | Class | This interceptor has two methods annotated with PostActivate. |
TwoPostConstructInterceptor.java | Class | This interceptor has two methods annotated with PostActivate. |
TwoPreDestroyInterceptor.java | Class | This interceptor has two methods annotated with PreDestroy. |
TwoPrePassivateInterceptor.java | Class | This interceptor has two methods annotated with PrePassivate. |