|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wim.util.UniqueIdGenerator
public class UniqueIdGenerator
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 |
---|
public UniqueIdGenerator()
Method Detail |
---|
public static java.lang.String newUniqueId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |