站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.proxy.compiler.InvocationHandler (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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
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.
 



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