Class LayerProxy.ProxyInterceptor

  • Enclosing interface:
    LayerProxy

    public static class LayerProxy.ProxyInterceptor
    extends java.lang.Object
    This class is the result of the before invoke method.
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object getResult()
      Return the intercepted value.
      boolean isCached()
      Return true if the proxy intercepts the invocation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyInterceptor

        public ProxyInterceptor​(boolean cached,
                                java.lang.Object result)
      • ProxyInterceptor

        public ProxyInterceptor()
    • Method Detail

      • isCached

        public boolean isCached()
        Return true if the proxy intercepts the invocation.
        Returns:
        Intercept value.
      • getResult

        public java.lang.Object getResult()
        Return the intercepted value.
        Returns:
        Intercepted value.