|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UUIDFactory
Generates and recreates unique identifiers. An example of such an identifier is:
These resemble DCE UUIDs, but use a different implementation.E4900B90-DA0E-11d0-BAFE-0060973F0942
The string format is designed to be the same as the string format produced by Microsoft's UUIDGEN program, although at present the bit fields are probably not the same.
Method Summary | |
---|---|
UUID |
createUUID()
Create a new UUID. |
UUID |
recreateUUID(byte[] b)
Recreate a UUID from a byte array produced by UUID.toByteArray. |
UUID |
recreateUUID(java.lang.String uuidstring)
Recreate a UUID from a string produced by UUID.toString. |
Method Detail |
---|
UUID createUUID()
UUID recreateUUID(java.lang.String uuidstring)
UUID recreateUUID(byte[] b)
UUID.toByteArray()
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |