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

Packages that use InvocationHandler
org.apache.openejb.core.entity   
org.apache.openejb.core.ivm   
org.apache.openejb.core.stateful   
org.apache.openejb.core.stateless   
org.apache.openejb.util.proxy   
 

Uses of InvocationHandler in org.apache.openejb.core.entity
 

Classes in org.apache.openejb.core.entity that implement InvocationHandler
 class EntityEjbHomeHandler
           
 class EntityEjbObjectHandler
           
 

Uses of InvocationHandler in org.apache.openejb.core.ivm
 

Classes in org.apache.openejb.core.ivm that implement InvocationHandler
 class BaseEjbProxyHandler
           
 class EjbHomeProxyHandler
           
 class EjbObjectProxyHandler
           
 

Uses of InvocationHandler in org.apache.openejb.core.stateful
 

Classes in org.apache.openejb.core.stateful that implement InvocationHandler
 class StatefulEjbHomeHandler
           
 class StatefulEjbObjectHandler
           
 

Uses of InvocationHandler in org.apache.openejb.core.stateless
 

Classes in org.apache.openejb.core.stateless that implement InvocationHandler
 class StatelessEjbHomeHandler
           
 class StatelessEjbObjectHandler
           
 

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

Classes in org.apache.openejb.util.proxy that implement InvocationHandler
 class InvalidatedReferenceHandler
           
 

Fields in org.apache.openejb.util.proxy declared as InvocationHandler
 InvocationHandler Proxy.handler
           
 

Methods in org.apache.openejb.util.proxy that return InvocationHandler
 InvocationHandler Proxy.getInvocationHandler()
           
 InvocationHandler Jdk13InvocationHandler.getInvocationHandler()
           
 InvocationHandler Jdk13ProxyFactory.getInvocationHandler(Object proxy)
           
 InvocationHandler ProxyFactory.getInvocationHandler(Object proxy)
           
static InvocationHandler ProxyManager.getInvocationHandler(Object proxy)
           
 InvocationHandler Proxy.setInvocationHandler(InvocationHandler newHandler)
           
 InvocationHandler Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
           
 

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

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



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