Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.monitoring.statistics
Class CountStatistics

java.lang.Object
  extended by com.liferay.portal.kernel.monitoring.statistics.BaseStatistics
      extended by com.liferay.portal.kernel.monitoring.statistics.CountStatistics
All Implemented Interfaces:
Statistics

public class CountStatistics
extends BaseStatistics


Constructor Summary
CountStatistics(String name)
           
 
Method Summary
 void decrementCount()
           
 long getCount()
           
 void incrementCount()
           
 void reset()
           
 void setCount(long count)
           
 
Methods inherited from class com.liferay.portal.kernel.monitoring.statistics.BaseStatistics
getDescription, getLastSampleTime, getLastTime, getLowerBound, getMaxTime, getMinTime, getName, getStartTime, getUpperBound, getUptime, setDescription, setLastSampleTime, setLastTime, setLowerBound, setMaxTime, setMinTime, setStartTime, setUpperBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountStatistics

public CountStatistics(String name)
Method Detail

decrementCount

public void decrementCount()

getCount

public long getCount()

incrementCount

public void incrementCount()

reset

public void reset()
Specified by:
reset in interface Statistics
Overrides:
reset in class BaseStatistics

setCount

public void setCount(long count)

Liferay 6.1.2-ce-ga3