Package | Description |
---|---|
org.jboss.util.id |
Unique and globally unique identifier classes.
|
Modifier and Type | Field and Description |
---|---|
protected UID |
VMID.uid
A unique identifier to ensure uniqueness across the host machine
|
protected UID |
GUID.uid
The unique identifier
|
Modifier and Type | Method and Description |
---|---|
UID |
VMID.getUID()
Get the UID portion of this VMID.
|
UID |
GUID.getUID()
Get the UID portion of this GUID.
|
Constructor and Description |
---|
UID(UID uid)
Copy a UID.
|
VMID(byte[] address,
PID pid,
UID uid)
Construct a new VMID.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.