org.javagroups.ensemble
Class Hot_Endpoint

java.lang.Object
  |
  +--org.javagroups.ensemble.Hot_Endpoint
All Implemented Interfaces:
Address, java.lang.Cloneable, java.lang.Comparable, java.io.Externalizable, java.io.Serializable

public class Hot_Endpoint
extends java.lang.Object
implements Address

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Constructor Summary
Hot_Endpoint()
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 boolean equals(java.lang.Object obj)
           
 boolean isMulticastAddress()
          Checks whether this is an address that represents multiple destinations, e.g.
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

Hot_Endpoint

public Hot_Endpoint()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isMulticastAddress

public boolean isMulticastAddress()
Description copied from interface: Address
Checks whether this is an address that represents multiple destinations, e.g. a class D address in the internet

Specified by:
isMulticastAddress in interface Address
Returns:
true if this is a multicast address, false if it is a unicast address

compareTo

public int compareTo(java.lang.Object other)
              throws java.lang.ClassCastException
Specified by:
compareTo in interface java.lang.Comparable
java.lang.ClassCastException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException


Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.