|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iwombat.foundation.uuid.UUIDFactory
public final class UUIDFactory
Class responsible for creating unique identifiers specific
to the DCE UUID implementation.
This factory contains all the algorythms necessary to generate
a UUID and place the value into the UUID value object.
Universal object identifier.
16-byte Object identifier for use by all persistant objects based on DCE standard
Method Summary | |
---|---|
static UUID |
createUUID()
|
static UUID |
createUUID(byte[] byteArray)
Creates a new identifier from an existing (persisted) byte-array representation |
static UUID |
createUUID(java.lang.String hexString)
Creates Identifier from hex String representation of an existing Identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UUID createUUID()
public static UUID createUUID(byte[] byteArray)
byteArray
- persisted byte-array representation of an Identifier.
public static UUID createUUID(java.lang.String hexString)
hexString
- The String version of an existing Identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |