Uses of Interface
org.apache.commons.id.uuid.state.State

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

Classes in org.apache.commons.id.uuid.state that implement State
 class InMemoryStateImpl
          The InMemoryStateImpl is an implementation of the State interface.
 class ReadOnlyResourceStateImpl
          The ReadOnlyResourceStateImpl is an implementation of the State interface.
 class ReadWriteFileStateImpl
          The ReadWriteFileStateImpl is an implementation of the State interface.
 

Methods in org.apache.commons.id.uuid.state that return State
static State StateHelper.getStateImpl()
          Returns the State implementation in use.
 



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