org.jboss.weld.ejb
Class SessionBeanInterceptor

java.lang.Object
  extended by 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

Constructor Summary
SessionBeanInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanInterceptor

public SessionBeanInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
Throws:
Exception


Copyright © 2013 Seam Framework. All Rights Reserved.