Package tigase.stats

Class StatisticsInvocationHandler<S>

java.lang.Object
tigase.stats.StatisticsInvocationHandler<S>
All Implemented Interfaces:
InvocationHandler

public class StatisticsInvocationHandler<S> extends Object implements InvocationHandler
Generic class used by MD connection pools and repositories to wrap and measure method execution times.
Created by andrzej on 15.12.2016.
  • Constructor Details

    • StatisticsInvocationHandler

      public StatisticsInvocationHandler(String name, S instance, Class... monitoredIfcs)
  • Method Details