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 VMIDVMID. instanceThe single instance of VMID for the running Virtual Machineprotected VMIDGUID. vmidThe virtual machine identifierMethods in org.jboss.util.id that return VMID Modifier and Type Method Description private static VMIDVMID. create()Create the VMID for the current virtual mahcine.static VMIDVMID. getInstance()Get the VMID for the current virtual machine.VMIDGUID. 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.
-