| Package | Description |
|---|---|
| org.jboss.util.id |
Unique and globally unique identifier classes.
|
| org.jboss.util.platform |
Platform specific extentions to the Java programming language.
|
| Modifier and Type | Field and Description |
|---|---|
protected PID |
VMID.pid
The process identifier of the current virtual machine
|
| Modifier and Type | Method and Description |
|---|---|
PID |
VMID.getProcessID()
Get the process identifier portion of this VMID.
|
| Constructor and Description |
|---|
VMID(byte[] address,
PID pid,
UID uid)
Construct a new VMID.
|
| Modifier and Type | Method and Description |
|---|---|
static PID |
PID.getInstance()
Get the PID for the current virtual machine.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.