|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |