public class IMFUUIDGenerator
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static IMFUUIDGenerator | 
getInstance()
A double checked locking implementation of the getInstance() method to return the singleton instance 
 | 
java.lang.String | 
getUUID()
A method that generates a UUID
 Note: this method guarantees uniqueness only as long as the class remains loaded 
 | 
public static IMFUUIDGenerator getInstance()
public java.lang.String getUUID()