Uses of Class
org.apache.commons.id.uuid.clock.OverClockedException

Packages that use OverClockedException
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 OverClockedException in org.apache.commons.id.uuid.clock
 

Methods in org.apache.commons.id.uuid.clock that throw OverClockedException
 long ThreadClockImpl.getUUIDTime()
          Method returns the clocks current time in 100-nanosecond intervals since the Gregorian calander change.
 long SystemClockImpl.getUUIDTime()
           
 long Clock.getUUIDTime()
          Returns the current time.
 

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

Methods in org.apache.commons.id.uuid.state that throw OverClockedException
 long Node.getUUIDTime()
          Returns the time in UUID time.
 



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