Uses of Package
org.apache.commons.id.uuid.clock

Packages that use org.apache.commons.id.uuid.clock
org.apache.commons.id.uuid.clock This package contains the Clock interface and implementations for generating UUID timestamps. 
org.apache.commons.id.uuid.state This package contains persistent and non-persistent state implementations for data related to the generation of version 1 UUIDs. 
 

Classes in org.apache.commons.id.uuid.clock used by org.apache.commons.id.uuid.clock
Clock
          Provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
OverClockedException
          This exception is raised whenever the clock generates too many timestamps in a given system interval.
 

Classes in org.apache.commons.id.uuid.clock used by org.apache.commons.id.uuid.state
Clock
          Provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
OverClockedException
          This exception is raised whenever the clock generates too many timestamps in a given system interval.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.