Interface for server-side implementation of unique value
generator. NOTE : This is not intended to be used by clients
that need unique numbers. It is only used internally
by concrete UniqueValueGenerator implementations. Clients should
use UniqueValueGeneratorFactory and UniqueValueGenerator instead. |