|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.util.UUID
public final class UUID
UUID
Generates a UUID using JDK 5. THe reason for this class is that we have changed the UUID impl in the past.
using this class makes it easy to switch out implementations
Method Summary | |
---|---|
static java.lang.String |
getAscendingOrderUUID()
Generates incremental and unique ids. |
static java.lang.String |
getUUID()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getUUID()
public static java.lang.String getAscendingOrderUUID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |