Watchmaker Framework API
(Version 0.6.2)

Package org.uncommons.util.id

Strategies for providing unique identifiers of different types.

See:
          Description

Interface Summary
IDSource<T extends Serializable> Defines operations for classes that generate unique identifiers.
 

Class Summary
CompositeIDSource Thread-safe source for partitioned unique IDs.
IntSequenceIDSource Thread-safe source for unique IDs.
LongSequenceIDSource Thread-safe source for unique IDs.
StringPrefixIDSource Thread-safe ID source that wraps another source of IDs and adds a fixed String prefix to each ID generated.
 

Exception Summary
IDSourceExhaustedException Unchecked exception thrown if an IDSource runs out of unique IDs.
 

Package org.uncommons.util.id Description

Strategies for providing unique identifiers of different types.

Author:
Daniel Dyer

Watchmaker Framework API
(Version 0.6.2)