org.argosfields.multi.server
Class ServerInfo
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInfo
public ServerInfo(String welcomeMessage,
String hostName,
int port)
- Parameters:
welcomeMessage
- hostName
- port
-
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.