Interface UUIDFactory
-
- All Known Implementing Classes:
BasicUUIDFactory
public interface UUIDFactoryGenerates and recreates unique identifiers. An example of such an identifier is:
These resemble DCE UUIDs, but use a different implementation.E4900B90-DA0E-11d0-BAFE-0060973F0942The 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDcreateUUID()Create a new UUID.UUIDrecreateUUID(java.lang.String uuidstring)Recreate a UUID from a string produced by UUID.toString.
-