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

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


Uses of Class
org.jboss.util.id.UID

Packages that use UID
org.jboss.util.id Unique and globally unique identifier classes. 
 

Uses of UID in org.jboss.util.id
 

Fields in org.jboss.util.id declared as UID
protected  UID VMID.uid
          A unique identifier to ensure uniqueness across the host machine
protected  UID GUID.uid
          The unique identifier
 

Methods in org.jboss.util.id that return UID
 UID VMID.getUID()
          Get the UID portion of this VMID.
 UID GUID.getUID()
          Get the UID portion of this GUID.
 

Constructors in org.jboss.util.id with parameters of type UID
VMID(byte[] address, PID pid, UID uid)
          Construct a new VMID.
UID(UID uid)
          Copy a UID.
 



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