|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICounter
Nested Class Summary | |
---|---|
static class |
ICounter.DateSpan
|
Method Summary | |
---|---|
java.util.Date |
getCounterDate()
Return the most current value |
CounterValue |
getCounterValue()
Return the most current value |
void |
increment()
Most commonly used method |
void |
increment(java.util.Date d,
long delta)
Used primarily for flushing thread local updates |
void |
reset(java.util.Date d)
Reset the value |
void |
setCounter(java.util.Date d,
CounterValue value)
Counter value setter |
Method Detail |
---|
void increment()
void increment(java.util.Date d, long delta)
void setCounter(java.util.Date d, CounterValue value)
java.util.Date getCounterDate()
CounterValue getCounterValue()
void reset(java.util.Date d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |