org.dozer.stats
Class StatisticsInterceptor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsInterceptor
public StatisticsInterceptor(Object delegate,
StatisticsManager statsMgr)
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.