FileDocCategorySizeDatePackage
LinkedInvocationHandler.javaAPI DocJava SE 5 API637Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.orbutil.proxy

LinkedInvocationHandler

public interface LinkedInvocationHandler implements InvocationHandler
This interface is used for InvocationHandler types that are linked to their Proxy. This is useful when the InvocationHandler needs access to data keyed by identity on the Proxy.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.ProxygetProxy()

public voidsetProxy(java.lang.reflect.Proxy proxy)