Liferay 6.1.2-ce-ga3

com.liferay.counter.model
Class CounterHolder

java.lang.Object
  extended by com.liferay.counter.model.CounterHolder

public class CounterHolder
extends Object


Constructor Summary
CounterHolder(long initValue, long rangeMax)
           
 
Method Summary
 long addAndGet(long delta)
           
 long getCurrentValue()
           
 long getRangeMax()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterHolder

public CounterHolder(long initValue,
                     long rangeMax)
Method Detail

addAndGet

public long addAndGet(long delta)

getCurrentValue

public long getCurrentValue()

getRangeMax

public long getRangeMax()

Liferay 6.1.2-ce-ga3