org.xlattice
Interface Address


public interface Address

An Address provides enough information to identify an endpoint. The information needed depends upon the communications protocol used.

Author:
Jim Dixon

Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 

Method Detail

equals

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

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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