Uses of Class
org.jboss.util.platform.PID
-
Packages that use PID Package Description 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 Modifier and Type Field Description protected PID
VMID. pid
The process identifier of the current virtual machineMethods in org.jboss.util.id that return PID Modifier and Type Method Description PID
VMID. getProcessID()
Get the process identifier portion of this VMID.Constructors in org.jboss.util.id with parameters of type PID Constructor Description VMID(byte[] address, PID pid, UID uid)
Construct a new VMID. -
Uses of PID in org.jboss.util.platform
Fields in org.jboss.util.platform declared as PID Modifier and Type Field Description private static PID
PID. instance
The single instance of PID for the running Virtual MachineMethods in org.jboss.util.platform that return PID Modifier and Type Method Description private static PID
PID. create()
Create the PID for the current virtual mahcine.static PID
PID. getInstance()
Get the PID for the current virtual machine.
-