Class SessionBeanInterceptor

  • All Implemented Interfaces:
    Serializable

    public class SessionBeanInterceptor
    extends AbstractEJBRequestScopeActivationInterceptor
    implements Serializable
    Interceptor for ensuring the request context is active during requests to EJBs.

    Normally, a servlet will start the request context, however in non-servlet requests (e.g. MDB, async, timeout) the contexts may need starting.

    The Application context is active for duration of the deployment

    Author:
    Pete Muir
    See Also:
    Serialized Form