Class TracingHandler

  • All Implemented Interfaces:
    InvocationHandler

    public class TracingHandler
    extends Object
    implements InvocationHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      TracingHandler​(Object delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object invoke​(Object proxy, Method method, Object[] args)  
      • Methods inherited from class Object

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

      • TracingHandler

        public TracingHandler​(Object delegate)
    • Method Detail

      • invoke

        public Object invoke​(Object proxy,
                             Method method,
                             Object[] args)
                      throws Throwable
        Specified by:
        invoke in interface InvocationHandler
        Throws:
        Throwable