|
||||||||||
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(java.lang.Object proxy)
|
InvocationHandler |
ProxyFactory.getInvocationHandler(java.lang.Object proxy)
|
InvocationHandler |
Jdk13ProxyFactory.getInvocationHandler(java.lang.Object proxy)
|
Methods in org.apache.openejb.util.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 handler)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |