站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.platform.PID (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Class
org.jboss.util.platform.PID

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.