org.ow2.easybeans.naming.interceptors |
EJB 3.0
Implementation of EJB 3.0 container : Interceptors for Naming
|
Java Source File Name | Type | Comment |
AbsENCInterceptor.java | Class | Default abstract interceptor that naming interceptors can extend. |
ENCManager.java | Class | Detects the server type and return the correct interceptor to use depending
of the application server. |
EZBENCInterceptor.java | Class | This interceptor sets the ENC context before calling method. |
JettyENCInterceptor.java | Class | Interceptor used when EasyBeans is integrated in Jetty. |
JOnASENCInterceptor.java | Class | Interceptor used when EasyBeans is integrated in JOnAS. |
TomcatENCInterceptor.java | Class | Interceptor used when EasyBeans is integrated in Tomcat. |