|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UID | |
org.jboss.util.id | Unique and globally unique identifier classes. |
Uses of UID in org.jboss.util.id |
Fields in org.jboss.util.id declared as UID | |
protected UID |
VMID.uid
A unique identifier to ensure uniqueness across the host machine |
protected UID |
GUID.uid
The unique identifier |
Methods in org.jboss.util.id that return UID | |
UID |
VMID.getUID()
Get the UID portion of this VMID. |
UID |
GUID.getUID()
Get the UID portion of this GUID. |
Constructors in org.jboss.util.id with parameters of type UID | |
VMID(byte[] address,
PID pid,
UID uid)
Construct a new VMID. |
|
UID(UID uid)
Copy a UID. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |