org.apache.axis2.util
Class Counter
java.lang.Object
org.apache.axis2.util.Counter
public class Counter
- extends Object
This class provides a simple zero-based counter with synchronized access.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Counter
public Counter()
incrementAndGet
public long incrementAndGet()
decrementAndGet
public long decrementAndGet()
reset
public void reset()
get
public long get()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.