com.xpn.xwiki.monitor.api
Class MonitorTimerSummary

java.lang.Object
  extended by com.xpn.xwiki.monitor.api.MonitorTimerSummary

public class MonitorTimerSummary
extends Object


Constructor Summary
MonitorTimerSummary(String name)
           
 
Method Summary
 void add(MonitorTimerSummary stimer)
           
 void addTimer(long duration)
           
 long getDuration()
           
 String getName()
           
 long getNbCalls()
           
 long getRequests()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorTimerSummary

public MonitorTimerSummary(String name)
Method Detail

getName

public String getName()

addTimer

public void addTimer(long duration)

getDuration

public long getDuration()

getNbCalls

public long getNbCalls()

add

public void add(MonitorTimerSummary stimer)

getRequests

public long getRequests()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.