org.jgroups.ensemble

Class Hot_Endpoint

Implemented Interfaces:
Address, Cloneable, Comparable, Externalizable

public class Hot_Endpoint
extends java.lang.Object
implements Address

Field Summary

String
name

Method Summary

int
compareTo(Object other)
boolean
equals(Object obj)
boolean
isMulticastAddress()
void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(ObjectOutput out)

Field Details

name

public String name

Method Details

compareTo

public int compareTo(Object other)
            throws ClassCastException


equals

public boolean equals(Object obj)


isMulticastAddress

public boolean isMulticastAddress()
Specified by:
isMulticastAddress in interface Address


readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException


toString

public String toString()


writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.