|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrun.jms.core.util.UUID
Helper class that generated unique id in the form of Strings
| Constructor Summary | |
UUID()
|
|
| Method Summary | |
static java.lang.String |
next()
Return the next UUID |
static java.lang.String |
next(java.lang.String prefix)
Retunrn the next UUID, given the specified prefix. |
static long |
nextAsLong()
Return the next UUID as a long |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UUID()
| Method Detail |
public static java.lang.String next(java.lang.String prefix)
public static java.lang.String next()
public static long nextAsLong()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||