com.ibm.websphere.wim.util
Class UniqueIdGenerator

java.lang.Object
  extended by com.ibm.websphere.wim.util.UniqueIdGenerator

public class UniqueIdGenerator
extends java.lang.Object

This class wraps the JDK 1.5 UUID class to generate UUID. JDK's UUID class can directly be used. This class is created to maintain backward compatibility with the code which use JDK 1.4.x.


Constructor Summary
UniqueIdGenerator()
           
 
Method Summary
static java.lang.String newUniqueId()
          Generates a UniqueId string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueIdGenerator

public UniqueIdGenerator()
Method Detail

newUniqueId

public static java.lang.String newUniqueId()
Generates a UniqueId string

Return:
the generated UniqueId