org.apache.webbeans.ejb.proxy
Class EjbBeanProxyHandler
java.lang.Object
org.apache.webbeans.ejb.proxy.EjbBeanProxyHandler
- All Implemented Interfaces:
- javassist.util.proxy.MethodHandler
public class EjbBeanProxyHandler
- extends Object
- implements javassist.util.proxy.MethodHandler
EJB beans proxy handler.
- Version:
- $Rev: 881047 $ $Date: 2009-11-17 01:29:27 +0200 (Tue, 17 Nov 2009) $
|
Constructor Summary |
EjbBeanProxyHandler(EjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Creates a new instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbBeanProxyHandler
public EjbBeanProxyHandler(EjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
- Creates a new instance.
- Parameters:
ejbBean - ejb bean instance
invoke
public Object invoke(Object instance,
Method method,
Method proceed,
Object[] arguments)
throws Exception
-
- Specified by:
invoke in interface javassist.util.proxy.MethodHandler
- Throws:
Exception
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.