ikrs.util
Interface ObjectWithUUID

All Known Implementing Classes:
ConnectionHandler, HTTPHandler, TCPAdapter

public interface ObjectWithUUID

This is a very small interface for all objects that are associated with an UUID. The final(!) UUID is expected to be part of the object.


Method Summary
 java.util.UUID getUUID()
          Get the unique and final UUID for this object.
 

Method Detail

getUUID

java.util.UUID getUUID()
Get the unique and final UUID for this object. The returned UUID must never change!

Returns:
The UUID of this object.