org.apache.geronimo.clustering.wadi
Class NodeConnectionInfo

java.lang.Object
  extended by org.apache.geronimo.clustering.wadi.NodeConnectionInfo
All Implemented Interfaces:
Serializable

public class NodeConnectionInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NodeConnectionInfo(String host, int port)
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeConnectionInfo

public NodeConnectionInfo(String host,
                          int port)
Method Detail

getHost

public String getHost()

getPort

public int getPort()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.