|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.exolab.jms.util.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 identifierpublic static java.lang.String next()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||