|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.id.XRandomID
public final class XRandomID
XRandomID.
Random string generator used to create:
| Method Summary | |
|---|---|
static String |
get()Generate a random, fixed length, string. |
static String |
get(int numRandomBytes)Generate a random, specified length, hexadecimal string. |
static String |
toLogableString(String randomID)Return a logable version of a random ID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String get()
public static String get(int numRandomBytes)
numRandomBytes - the specified lengthpublic static String toLogableString(String randomID)
randomID - The random ID.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||