|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.util.Counter
public class Counter
This class provides a simple zero-based counter with synchronized access.
| Constructor Summary | |
|---|---|
Counter()
|
|
| Method Summary | |
|---|---|
long |
decrementAndGet()
|
long |
get()
|
long |
incrementAndGet()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Counter()
| Method Detail |
|---|
public long incrementAndGet()
public long decrementAndGet()
public void reset()
public long get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||