| java.lang.Object org.axiondb.util.CounterFile
CounterFile | class CounterFile (Code) | | A persistent counter.
version: $Revision: 1.4 $ $Date: 2004/08/12 01:24:50 $ author: Rodney Waldhoff |
CounterFile | public CounterFile()(Code) | | |
current | public int current()(Code) | | Returns the current counter value.
current counter value |
increment | public int increment()(Code) | | Return the current counter value, then increment it.
|
|
|