Package org.glassfish.pfl.basic.proxy
Interface LinkedInvocationHandler
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler
public interface LinkedInvocationHandler extends java.lang.reflect.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.Proxy
getProxy()
void
setProxy(java.lang.reflect.Proxy proxy)
-