portal.services.monitor.sp
Class MethodMonitorTarget

java.lang.Object
  extended byportal.services.monitor.sp.MethodMonitorTarget

public class MethodMonitorTarget
extends java.lang.Object


Constructor Summary
MethodMonitorTarget(java.lang.reflect.Method method)
           
 
Method Summary
 long getAverageTime()
           
 long getCallCount()
           
 long getMaximumTime()
           
 java.lang.reflect.Method getMethod()
           
 long getMinimumTime()
           
 void registerCall(long timePerformed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMonitorTarget

public MethodMonitorTarget(java.lang.reflect.Method method)
Method Detail

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)