Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.events
Class CallStat

java.lang.Object
  extended by org.nuxeo.ecm.core.management.events.CallStat

public class CallStat
extends Object

Simple class to store Listeners call statistics.

Author:
Thierry Delprat

Constructor Summary
CallStat(String label)
           
 
Method Summary
 long getAccumulatedTime()
           
 int getCallCount()
           
 String getLabel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallStat

public CallStat(String label)
Method Detail

getAccumulatedTime

public long getAccumulatedTime()

getCallCount

public int getCallCount()

getLabel

public String getLabel()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.