|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.utils.JPPFUuid
public class JPPFUuid
Instances of this class serve as unique identifiers for messages sent to and from remote execution services. The identifier is generated as a string with the following elements:
Integer.MAX_VALUE
| Field Summary | |
|---|---|
static String[] |
ALPHA_NUM
Set of characters used to compose a uuid, including only alphanumeric characters. |
static String[] |
ALPHABET_SUPERSET
Set of characters used to compose a uuid, including more than alphanumeric characters. |
static String[] |
DECIMAL
Set of characters used to compose a uuid, including only decimal digits. |
static String[] |
HEXADECIMAL
Set of characters used to compose a uuid, including only hexadecimal digits. |
| Constructor Summary | |
|---|---|
JPPFUuid()
Instanciate this JPPFUuid with a generated unique identifier. |
|
JPPFUuid(String[] codes,
int length)
Instanciate this JPPFUuid with a generated unique identifier. |
|
| Method Summary | |
|---|---|
String |
toString()
Get a string representation of the generated unique identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String[] ALPHABET_SUPERSET
public static final String[] ALPHA_NUM
public static final String[] HEXADECIMAL
public static final String[] DECIMAL
| Constructor Detail |
|---|
public JPPFUuid()
public JPPFUuid(String[] codes,
int length)
codes - the set of codes from which to choose randomly to build the uuid.length - number of codes to use to build the uuid.| Method Detail |
|---|
public String toString()
toString in class ObjectObject.toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||