org.dozer.stats
Class StatisticsInterceptor

java.lang.Object
  extended by org.dozer.stats.StatisticsInterceptor
All Implemented Interfaces:
InvocationHandler

public class StatisticsInterceptor
extends Object
implements InvocationHandler

Internal dynamic proxy used for collecting mapping statisics. Only intended for internal use.

Author:
tierney.matt

Constructor Summary
StatisticsInterceptor(Object delegate, StatisticsManager statsMgr)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsInterceptor

public StatisticsInterceptor(Object delegate,
                             StatisticsManager statsMgr)
Method Detail

invoke

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


Copyright © 2005-2011 dozer. All Rights Reserved.