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

Proxies.ProxyInvocationHandler (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.proxy.compiler
Interface Proxies.ProxyInvocationHandler

All Superinterfaces:
InvocationHandler, Serializable
Enclosing interface:
Proxies

public static interface Proxies.ProxyInvocationHandler
extends InvocationHandler, Serializable

A common interface shared by all objects created by Proxies.newInvocationHandler.


Method Summary
 Object getTarget()
          Recover the original target object around which this InvocationHandler proxy is wrapped.
 
Methods inherited from interface org.jboss.proxy.compiler.InvocationHandler
invoke
 

Method Detail

getTarget

public Object getTarget()
Recover the original target object around which this InvocationHandler proxy is wrapped.



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