Uses of Interface
org.apache.commons.id.uuid.clock.Clock

Packages that use 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. 
 

Uses of Clock in org.apache.commons.id.uuid.clock
 

Classes in org.apache.commons.id.uuid.clock that implement Clock
 class SystemClockImpl
          SystemClockImpl provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
 class ThreadClockImpl
          Clock provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
 

Uses of Clock in org.apache.commons.id.uuid.state
 

Methods in org.apache.commons.id.uuid.state that return Clock
static Clock StateHelper.getClockImpl()
          Returns the Clock implementation using commons discovery.
 



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