cgl.narada.wsinfra.util
Class UUIDRetrieval
java.lang.Object
cgl.narada.wsinfra.util.UUIDRetrieval
- public final class UUIDRetrieval
- extends Object
This class provides a small wrapper around the JUG UUIDGenerator written
by Tatu Saloranta, tatu.saloranta@iki.fi.
This class just adds a couple of things such as abstract the namespace
UUID generation from the applications that need to generate uuids.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
retrieval
public static final UUIDRetrieval retrieval
getInstance
public static UUIDRetrieval getInstance()
generateTimeBasedUUID
public org.doomdark.uuid.UUID generateTimeBasedUUID()
generateRandomBasedUUID
public org.doomdark.uuid.UUID generateRandomBasedUUID()
getTimeBasedUUIDAsString
public String getTimeBasedUUIDAsString()
getRandomBasedUUIDAsString
public String getRandomBasedUUIDAsString()
main
public static void main(String[] args)