Uses of Interface
org.jboss.proxy.compiler.InvocationHandler

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
 InvocationHandler Proxies.ProxyTarget.getInvocationHandler()
          Recover the original InvocationHandler object around which this proxy is wrapped.
static InvocationHandler Proxies.getInvocationHandler(Object target, Class targetType)
           
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.
 

Methods in org.jboss.proxy.compiler with parameters of type InvocationHandler
static Object Proxies.getTarget(InvocationHandler invocationHandler)
          Utility built on top of newTarget to find or create a proxy for the given 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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.