|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PID | |
org.jboss.util.id | Unique and globally unique identifier classes. |
org.jboss.util.platform | Platform specific extentions to the Java programming language. |
Uses of PID in org.jboss.util.id |
Fields in org.jboss.util.id declared as PID | |
protected PID |
VMID.pid
The process identifier of the current virtual machine |
Methods in org.jboss.util.id that return PID | |
PID |
VMID.getProcessID()
Get the process identifier portion of this VMID. |
Constructors in org.jboss.util.id with parameters of type PID | |
VMID(byte[] address,
PID pid,
UID uid)
Construct a new VMID. |
Uses of PID in org.jboss.util.platform |
Methods in org.jboss.util.platform that return PID | |
static PID |
PID.getInstance()
Get the PID for the current virtual machine. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |