|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.util.UUID
public class UUID
Helper class that generates unique identifiers
Constructor Summary | |
---|---|
UUID()
|
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 |
Constructor Detail |
---|
public UUID()
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 |