|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.util.uuid.RandomUuidFactory
RandomUuidFactory is a UuidFactory that generates
random UUIDs. This implementation uses the JDK's java.security.SecureRandom
to generate sufficiently random values for the UUIDs.
This class is a singleton, so it must be constructed through the static
getInstance() method.
Method Summary | |
---|---|
java.lang.String |
createUUID()
|
static RandomUuidFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String createUUID()
createUUID
in interface UuidFactory
public static RandomUuidFactory getInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |