public class SessionBeanInterceptor
extends Object
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