gr.uoa.di.madgik.commons.channel.registry
Class ChannelRegistryKey
java.lang.Object
gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryKey
public class ChannelRegistryKey
- extends java.lang.Object
This class is the one kept by the registry identifying a ChannelRegistryEntry
- Author:
- gpapanikos
Constructor Summary |
ChannelRegistryKey(java.lang.String UniqueID)
Creates a new instance of the class |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ChannelRegistryKey
public ChannelRegistryKey(java.lang.String UniqueID)
- Creates a new instance of the class
- Parameters:
UniqueID
- The Registry UUID
GetUniqueID
public java.lang.String GetUniqueID()
- Retrieves the registry key unique id
- Returns:
- the registry UUID
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object