| Package | Description |
|---|---|
| org.jboss.util.id |
Unique and globally unique identifier classes.
|
| Modifier and Type | Field and Description |
|---|---|
private static VMID |
VMID.instance
The single instance of VMID for the running Virtual Machine
|
protected VMID |
GUID.vmid
The virtual machine identifier
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
VMID(VMID vmid)
Copy a VMID.
|