wt.util.uuid
Interface UuidGenerator

All Known Implementing Classes:
BasicUuidGenerator

public interface UuidGenerator

Abstract interface for generators of UUIDs. Allows different UUID generators to be used generically in differing situations.


Method Summary
 UUID newId()
          The generator implementation should create a new, totally unique UUID.
 

Method Detail

newId

public UUID newId()
The generator implementation should create a new, totally unique UUID.