|
Novell exteNd Messaging Platform 5.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.api.transport.TCPAddress
TCP address specifies a host name and a port.
Constructor Summary | |
TCPAddress(String host,
int port)
Create a new TCPAddress. |
Method Summary | |
boolean |
equals(Object other)
|
String |
getHost()
Get the host name. |
int |
getPort()
Get the port. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TCPAddress(String host, int port)
Method Detail |
public String getHost()
public int getPort()
public String toString()
public int hashCode()
public boolean equals(Object other)
|
Novell exteNd Messaging Platform 5.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |