|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
org.jboss.ejb.plugins.cmp.bridge | Package description goes here. |
org.jboss.proxy.compiler | Package description goes here. |
Uses of InvocationHandler in org.jboss.ejb.plugins.cmp.bridge |
Classes in org.jboss.ejb.plugins.cmp.bridge that implement InvocationHandler | |
class |
EntityBridgeInvocationHandler
EntityBridgeInvocationHandler is the invocation hander used by the CMP 2.x dynamic proxy. |
Uses of InvocationHandler in org.jboss.proxy.compiler |
Subinterfaces of InvocationHandler in org.jboss.proxy.compiler | |
static interface |
Proxies.ProxyInvocationHandler
A common interface shared by all objects created by Proxies.newInvocationHandler. |
Methods in org.jboss.proxy.compiler that return InvocationHandler | |
static InvocationHandler |
Proxies.getInvocationHandler(Object target,
Class[] targetTypes)
Utility built on top of newInvocationHandler to find or create a proxy for the given target object. |
static InvocationHandler |
Proxies.getInvocationHandler(Object target,
Class targetType)
|
InvocationHandler |
Proxies.ProxyTarget.getInvocationHandler()
Recover the original InvocationHandler object around which this proxy is wrapped. |
Methods in org.jboss.proxy.compiler with parameters of type InvocationHandler | |
Object |
Runtime.invoke(InvocationHandler invocationHandler,
int methodNum,
Object[] values)
|
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h)
Create a new proxy instance. |
static Proxies.ProxyTarget |
Proxies.newTarget(ClassLoader parent,
InvocationHandler invocationHandler,
Class[] targetTypes)
Create a new target object x which is a proxy for the given InvocationHandler disp. |
static Object |
Proxies.getTarget(InvocationHandler invocationHandler)
Utility built on top of newTarget to find or create a proxy for the given InvocationHandler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |