|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.utils.counter.CounterConfig
public class CounterConfig
Config for a simple Counter
Constructor Summary | |
---|---|
CounterConfig(long initialValue)
Creates a config with the initial value |
Method Summary | |
---|---|
Counter |
createCounter()
Creates and returns a Counter based on the initial value |
long |
getInitialValue()
Gets the initial value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CounterConfig(long initialValue)
initialValue
- Method Detail |
---|
public final long getInitialValue()
public Counter createCounter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |