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 PIDVMID. pidThe process identifier of the current virtual machineMethods in org.jboss.util.id that return PID Modifier and Type Method Description PIDVMID. 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 PIDPID. instanceThe single instance of PID for the running Virtual MachineMethods in org.jboss.util.platform that return PID Modifier and Type Method Description private static PIDPID. create()Create the PID for the current virtual mahcine.static PIDPID. getInstance()Get the PID for the current virtual machine.
-