Uses of Class
org.jboss.util.id.UID
-
Packages that use UID Package Description 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 Modifier and Type Field Description protected UID
GUID. uid
The unique identifierprotected UID
VMID. uid
A unique identifier to ensure uniqueness across the host machineMethods in org.jboss.util.id that return UID Modifier and Type Method Description UID
GUID. getUID()
Get the UID portion of this GUID.UID
VMID. getUID()
Get the UID portion of this VMID.Constructors in org.jboss.util.id with parameters of type UID Constructor Description UID(UID uid)
Copy a UID.VMID(byte[] address, PID pid, UID uid)
Construct a new VMID.
-