Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.event.jmx
Class CallStat

java.lang.Object
  extended by org.nuxeo.ecm.core.event.jmx.CallStat

public class CallStat
extends java.lang.Object

Simple class to store Listeners call statistics.

Author:
Thierry Delprat

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

Constructor Detail

CallStat

public CallStat(java.lang.String label)
Method Detail

getAccumulatedTime

public long getAccumulatedTime()

getCallCount

public int getCallCount()

getLabel

public java.lang.String getLabel()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.