|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--galaxy.util.ListenerLocationInfo
Contain information on a listener. This includes the host name and port of the listener and whether or not the listener is managed by a server or a Hub.
Constructor Summary | |
ListenerLocationInfo(boolean serverIsListener,
java.lang.String hostName,
int port)
|
Method Summary | |
java.lang.String |
getHostName()
|
int |
getPort()
|
boolean |
isServerListener()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListenerLocationInfo(boolean serverIsListener, java.lang.String hostName, int port)
Method Detail |
public boolean isServerListener()
public java.lang.String getHostName()
public int getPort()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |