org.apache.webbeans.ejb.interceptor
Class OpenWebBeansEjbInterceptor

java.lang.Object
  extended by org.apache.webbeans.ejb.interceptor.OpenWebBeansEjbInterceptor

public class OpenWebBeansEjbInterceptor
extends Object


Constructor Summary
OpenWebBeansEjbInterceptor()
           
 
Method Summary
 void afterConstruct(javax.interceptor.InvocationContext context)
           
static void setThreadLocal(EjbBean<?> ejbBean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
static void unsetThreadLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenWebBeansEjbInterceptor

public OpenWebBeansEjbInterceptor()
Method Detail

setThreadLocal

public static void setThreadLocal(EjbBean<?> ejbBean,
                                  javax.enterprise.context.spi.CreationalContext<?> creationalContext)

unsetThreadLocal

public static void unsetThreadLocal()

afterConstruct

@PostConstruct
public void afterConstruct(javax.interceptor.InvocationContext context)
                    throws Exception
Throws:
Exception


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.