|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndPoint
Interface EndPoint represents a communication endpoint.
It is composed of an IP address together with a port number.
Objects implementing this interface are used to identify JVM
machines hosting Jgroup applications.
| Method Summary | |
|---|---|
java.net.InetAddress |
getAddress()
Returns the IP address contained in this endpoint |
int |
getIntAddress()
Returns the IP address contained in this endpoint, enclosed in an integer value. |
int |
getPort()
Returns the port number contained in this endpoint. |
boolean |
isLocal()
Returns true if this endpoint is the local endpoint. |
boolean |
isMulticastEndPoint()
Return true if this endpoint is a multicast endpoint. |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.net.InetAddress getAddress()
int getIntAddress()
int getPort()
boolean isLocal()
boolean isMulticastEndPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||