Package wt.util.uuid

Interface Summary
UuidGenerator Abstract interface for generators of UUIDs.
 

Class Summary
BasicUuidGenerator A UUID generator which combines time a, random number from 0-999999999, the numeric address in memory of the generator, and the generating system's IP address.
TestSPR823868  
UUID A Universally Unique IDentifier.
 

Exception Summary
UuidGeneratorCreationException Thrown when a UuidGenerator cannot be created.