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 Object

This class is the one kept by the registry identifying a ChannelRegistryEntry

Author:
gpapanikos

Constructor Summary
ChannelRegistryKey(String UniqueID)
          Creates a new instance of the class
 
Method Summary
 boolean equals(Object o)
           
 String GetUniqueID()
          Retrieves the registry key unique id
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelRegistryKey

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

Parameters:
UniqueID - The Registry UUID
Method Detail

GetUniqueID

public String GetUniqueID()
Retrieves the registry key unique id

Returns:
the registry UUID

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.