org.omnaest.utils.time
Class DurationCaptureTypeFactory.MethodInterceptorDurationCapture

java.lang.Object
  extended by org.omnaest.utils.time.DurationCaptureTypeFactory.MethodInterceptorDurationCapture
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
Enclosing class:
DurationCaptureTypeFactory

protected static class DurationCaptureTypeFactory.MethodInterceptorDurationCapture
extends Object
implements net.sf.cglib.proxy.MethodInterceptor


Field Summary
protected  DurationCapture durationCapture
           
 
Constructor Summary
protected DurationCaptureTypeFactory.MethodInterceptorDurationCapture()
           
 
Method Summary
 Object intercept(Object object, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

durationCapture

protected DurationCapture durationCapture
Constructor Detail

DurationCaptureTypeFactory.MethodInterceptorDurationCapture

protected DurationCaptureTypeFactory.MethodInterceptorDurationCapture()
Method Detail

intercept

public Object intercept(Object object,
                        Method method,
                        Object[] args,
                        net.sf.cglib.proxy.MethodProxy proxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
Throwable


Copyright © 2013. All Rights Reserved.