|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.common.uuid.UUID
public final class UUID
Helper class that generates unique identifiers
Method Summary | |
---|---|
static java.lang.String |
next()
Return the next identifier |
static java.lang.String |
next(java.lang.String prefix)
Returns the next identifier, prepended with the specified prefix. |
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 next(java.lang.String prefix)
prefix
- prefix of the identifier
public static java.lang.String next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |