Uses of Class
org.jboss.util.id.VMID
-
Packages that use VMID Package Description org.jboss.util.id Unique and globally unique identifier classes. -
-
Uses of VMID in org.jboss.util.id
Fields in org.jboss.util.id declared as VMID Modifier and Type Field Description private static VMID
VMID. instance
The single instance of VMID for the running Virtual Machineprotected VMID
GUID. vmid
The virtual machine identifierMethods in org.jboss.util.id that return VMID Modifier and Type Method Description private static VMID
VMID. create()
Create the VMID for the current virtual mahcine.static VMID
VMID. getInstance()
Get the VMID for the current virtual machine.VMID
GUID. getVMID()
Get the VMID portion of this GUID.Constructors in org.jboss.util.id with parameters of type VMID Constructor Description VMID(VMID vmid)
Copy a VMID.
-