org.smallmind.constellation.ephemeral
Class EphemeralKey

java.lang.Object
  extended by org.smallmind.constellation.ephemeral.EphemeralKey
All Implemented Interfaces:
Serializable

public class EphemeralKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EphemeralKey(String hostAddress, String ephemeralId)
           
 
Method Summary
static EphemeralKey createEphemeralKey(String unparsedKey)
           
 boolean equals(Object obj)
           
 String getEphemeralId()
           
 String getHostAddress()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EphemeralKey

public EphemeralKey(String hostAddress,
                    String ephemeralId)
Method Detail

getHostAddress

public String getHostAddress()

getEphemeralId

public String getEphemeralId()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

createEphemeralKey

public static EphemeralKey createEphemeralKey(String unparsedKey)


Copyright © 2012. All Rights Reserved.