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 GUID.uid
          The unique identifier
protected  UID VMID.uid
          A unique identifier to ensure uniqueness across the host machine
 

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

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 © 2009 JBoss Inc.. All Rights Reserved.