org.argosfields.multi.server
Class ServerInfo

java.lang.Object
  extended byorg.argosfields.multi.server.ServerInfo
All Implemented Interfaces:
Serializable

public class ServerInfo
extends Object
implements Serializable

ServerInfo.java

Version:
$Revision: 1.1 $ $Date: 2004/04/17 08:59:18 $
Author:
Xavier Cho
See Also:
Serialized Form

Constructor Summary
ServerInfo(String welcomeMessage, String hostName, int port)
           
 
Method Summary
 String getHostName()
           
 int getPort()
           
 String getWelcomeMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfo

public ServerInfo(String welcomeMessage,
                  String hostName,
                  int port)
Parameters:
welcomeMessage -
hostName -
port -
Method Detail

getHostName

public String getHostName()
Returns:
Returns the hostName.

getPort

public int getPort()
Returns:
Returns the port.

getWelcomeMessage

public String getWelcomeMessage()
Returns:
Returns the welcomeMessage.


Copyright © Gnome Korea. All Rights Reserved.