portal.services.monitor.sp
Class MethodMonitorTarget
java.lang.Object
portal.services.monitor.sp.MethodMonitorTarget
- public class MethodMonitorTarget
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodMonitorTarget
public MethodMonitorTarget(java.lang.reflect.Method method)
getMethod
public java.lang.reflect.Method getMethod()
getCallCount
public long getCallCount()
getAverageTime
public long getAverageTime()
getMinimumTime
public long getMinimumTime()
getMaximumTime
public long getMaximumTime()
registerCall
public void registerCall(long timePerformed)