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)  
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • setProxy

        void setProxy​(java.lang.reflect.Proxy proxy)
      • getProxy

        java.lang.reflect.Proxy getProxy()