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

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

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

Methods in org.apache.openejb.core.ivm that return InvocationHandler
 InvocationHandler BaseEjbProxyHandler.getInvocationHandler()
           
 

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

Methods in org.apache.openejb.util.proxy that return InvocationHandler
 InvocationHandler InvocationHandler.getInvocationHandler()
           
static InvocationHandler ProxyManager.getInvocationHandler(Object proxy)
           
 InvocationHandler ProxyFactory.getInvocationHandler(Object proxy)
           
 InvocationHandler Jdk13ProxyFactory.getInvocationHandler(Object proxy)
           
 

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



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