|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--server.ServerInfo
contains information about the server
| 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 |
public java.lang.String name
public java.lang.String hostname
public java.lang.String masterserver
public ServerSurround aroundMe
| Method Detail |
public boolean isEqual(ServerInfo b)
public java.lang.String toString()
toString in class java.lang.Objectpublic void initialize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||