org.jboss.weld.ejb
Class SessionBeanInterceptor
java.lang.Object
org.jboss.weld.ejb.SessionBeanInterceptor
- All Implemented Interfaces:
- java.io.Serializable
public class SessionBeanInterceptor
- extends java.lang.Object
- implements java.io.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
|
Method Summary |
java.lang.Object |
aroundInvoke(javax.interceptor.InvocationContext invocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionBeanInterceptor
public SessionBeanInterceptor()
aroundInvoke
public java.lang.Object aroundInvoke(javax.interceptor.InvocationContext invocation)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2008-2009 Seam Framework. All Rights Reserved.