gr.uoa.di.madgik.commons.channel.registry
Class ChannelRegistryKey

java.lang.Object
  extended by 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
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String GetUniqueID()
          Retrieves the registry key unique id
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelRegistryKey

public ChannelRegistryKey(java.lang.String UniqueID)
Creates a new instance of the class

Parameters:
UniqueID - The Registry UUID
Method Detail

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