galaxy.util
Class ListenerLocationInfo

java.lang.Object
  |
  +--galaxy.util.ListenerLocationInfo

public class ListenerLocationInfo
extends java.lang.Object

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

ListenerLocationInfo

public ListenerLocationInfo(boolean serverIsListener,
                            java.lang.String hostName,
                            int port)
Method Detail

isServerListener

public boolean isServerListener()

getHostName

public java.lang.String getHostName()

getPort

public int getPort()