|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.util.GUID
Convenience object for generating GUIDs.
Constructor Summary | |
GUID()
|
Method Summary | |
static java.lang.String |
generateFormattedGUID()
|
static java.lang.String |
generateGUID()
Generates a unique ID based on the Yarrow secure random number generator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUID()
Method Detail |
public static java.lang.String generateFormattedGUID()
public static java.lang.String generateGUID()
$java.io.tmpdir/seedfile
,
so the chances of getting a collision are amazingly, amazingly
small. Even on separate machines, this shouldn't yield matches.
|
See www.opensymphony.com for more information. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |