Package org.glassfish.pfl.basic.proxy
Interface LinkedInvocationHandler
- All Superinterfaces:
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
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Method Details
-
setProxy
-
getProxy
Proxy getProxy()
-