java.lang.Objectorg.jboss.util.id.GUID
All Implemented Interfaces:
ID
The identifier is composed of:
[ address ] - [ process id ] - [ time ] - [ counter ] - [ time ] - [ counter ] |------- UID --------| |------- UID --------| |---------------------- VMID -----------------------|
< - tt>$Revision: 1.1 $< - a href="mailto:jason@planet57.com">Jason Dillon| Field Summary | ||
|---|---|---|
| protected final VMID | vmid | The virtual machine identifier |
| protected final UID | uid | The unique identifier |
| protected final int | hashCode | The hash code of this GUID |
| Constructor: |
|---|
|
|
| Method from org.jboss.util.id.GUID Summary: |
|---|
| asString, clone, equals, getUID, getVMID, hashCode, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.util.id.GUID Detail: |
|---|
|
|
A GUID is equal to another GUID if the VMID and UID portions are equal. |
|
|
|
|