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
UID(UID uid)
          Copy a UID.
VMID(byte[] address, PID pid, UID uid)
          Construct a new VMID.
 



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