|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sensorevent.uuid.UUID
public class UUID
The UUID class represents universally unique identifiers. UUIDs are used to uniquely identify events.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
PREFIX
Prefix value put at the beginning of each event UUID. |
Constructor Summary | |
---|---|
protected |
UUID()
Constructs a new UUID instance. |
Method Summary | |
---|---|
static java.lang.String |
createEventUUID()
Creates a randomly generated UUID string used as an event identifier. |
static java.lang.String |
createUUID()
Creates a generic UUID string based upon java.util.UUID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String PREFIX
Constructor Detail |
---|
protected UUID()
Method Detail |
---|
public static java.lang.String createUUID()
3a5ab079-5148-4691-b91b-43781c33f5eb
public static java.lang.String createEventUUID()
IBMSensorEvent_3a5ab079-5148-4691-b91b-43781c33f5eb
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |