Uses of Interface
org.apache.openejb.client.proxy.InvocationHandler

Packages that use InvocationHandler
org.apache.openejb.client   
org.apache.openejb.client.proxy   
 

Uses of InvocationHandler in org.apache.openejb.client
 

Classes in org.apache.openejb.client that implement InvocationHandler
 class EJBHomeHandler
           
 class EJBInvocationHandler
           
 class EJBObjectHandler
           
 class EntityEJBHomeHandler
           
 class EntityEJBObjectHandler
           
 class SingletonEJBHomeHandler
           
 class SingletonEJBObjectHandler
           
 class StatefulEJBHomeHandler
           
 class StatefulEJBObjectHandler
           
 class StatelessEJBHomeHandler
           
 class StatelessEJBObjectHandler
           
 

Uses of InvocationHandler in org.apache.openejb.client.proxy
 

Methods in org.apache.openejb.client.proxy that return InvocationHandler
 InvocationHandler Jdk13InvocationHandler.getInvocationHandler()
           
static InvocationHandler ProxyManager.getInvocationHandler(java.lang.Object proxy)
           
 InvocationHandler ProxyFactory.getInvocationHandler(java.lang.Object proxy)
           
 InvocationHandler Jdk13ProxyFactory.getInvocationHandler(java.lang.Object proxy)
           
 InvocationHandler Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
           
 

Methods in org.apache.openejb.client.proxy with parameters of type InvocationHandler
static java.lang.Object ProxyManager.newProxyInstance(java.lang.Class[] interfaces, InvocationHandler h)
           
 java.lang.Object ProxyFactory.newProxyInstance(java.lang.Class[] interfaces, InvocationHandler h)
           
 java.lang.Object Jdk13ProxyFactory.newProxyInstance(java.lang.Class[] interfaces, InvocationHandler h)
           
static java.lang.Object ProxyManager.newProxyInstance(java.lang.Class interfaceType, InvocationHandler h)
           
 java.lang.Object ProxyFactory.newProxyInstance(java.lang.Class interfce, InvocationHandler h)
           
 java.lang.Object Jdk13ProxyFactory.newProxyInstance(java.lang.Class interfce, InvocationHandler h)
           
 InvocationHandler Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
           
static java.lang.Object ProxyManager.setInvocationHandler(java.lang.Object proxy, InvocationHandler handler)
           
 java.lang.Object ProxyFactory.setInvocationHandler(java.lang.Object proxy, InvocationHandler handler)
           
 java.lang.Object Jdk13ProxyFactory.setInvocationHandler(java.lang.Object proxy, InvocationHandler handler)
           
 

Constructors in org.apache.openejb.client.proxy with parameters of type InvocationHandler
Jdk13InvocationHandler(InvocationHandler delegate)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.