server
Class ServerInfo

java.lang.Object
  |
  +--server.ServerInfo
All Implemented Interfaces:
java.io.Serializable

public class ServerInfo
extends java.lang.Object
implements java.io.Serializable

contains information about the server

Author:
Ben Litchfield
See Also:
Serialized Form

Field Summary
 ServerSurround aroundMe
           
 java.lang.String hostname
           
 java.lang.String masterserver
           
 java.lang.String name
           
 
Method Summary
 void initialize()
          this will initialize all the values from the 'server.ini' file
 boolean isEqual(ServerInfo b)
          is this ServerInfo equal to another one
 java.lang.String toString()
          return the string version of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

hostname

public java.lang.String hostname

masterserver

public java.lang.String masterserver

aroundMe

public ServerSurround aroundMe
Method Detail

isEqual

public boolean isEqual(ServerInfo b)
is this ServerInfo equal to another one

Returns:
true if they are equal, false otherwise

toString

public java.lang.String toString()
return the string version of this class

Overrides:
toString in class java.lang.Object
Returns:
string rep of this class

initialize

public void initialize()
this will initialize all the values from the 'server.ini' file