An interface for returning sequences derived from named counters.
The following methods are devoted to creating and using these counters,
which can be used as oids.
createCounter(String name)
getNextInt()
getNextInt(String name)
setCounter(String name)
ISequenceGenerator inherits the following more general methods from
IOIDGenerator, which return Strings:
getNext()
getNext(String name)
author: Dan Ellentuck version: $Revision: 34810 $ |