org.jboss.weld.ejb
Class SessionBeanInterceptor
java.lang.Object
org.jboss.weld.ejb.SessionBeanInterceptor
- All Implemented Interfaces:
- Serializable
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
- Author:
- Pete Muir
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionBeanInterceptor
public SessionBeanInterceptor()
aroundInvoke
public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
throws Exception
- Throws:
Exception
Copyright © 2013 Seam Framework. All Rights Reserved.