org.apache.openejb.cdi
Class CdiInterceptor

java.lang.Object
  extended by org.apache.openejb.cdi.CdiInterceptor
All Implemented Interfaces:
Serializable

public class CdiInterceptor
extends Object
implements Serializable

Version:
$Rev$ $Date$
See Also:
Serialized Form

Nested Class Summary
 class CdiInterceptor.ScopeActivator
           
 
Constructor Summary
CdiInterceptor(CdiEjbBean<Object> bean, org.apache.webbeans.container.BeanManagerImpl manager, CdiAppContextsService contextService)
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext ejbContext)
           
protected  Object writeReplace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiInterceptor

public CdiInterceptor(CdiEjbBean<Object> bean,
                      org.apache.webbeans.container.BeanManagerImpl manager,
                      CdiAppContextsService contextService)
Method Detail

aroundInvoke

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

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.