|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.world.SystemStatus
Provides utilities for querying system status via xml/rpc. DON'T CALL GAME FUNCTIONS DIRECTLY - this is intended to run in a separate JVM, etc. Apache JServ. You can use this class to make XML calls to a remote game server; the calls should be defined in RPCDispatcher.java.
Constructor Summary | |
SystemStatus()
|
Method Summary | |
static java.lang.String |
getNumPlayers()
Returns the number of players logged in. |
static void |
setHost(java.lang.String host)
Sets the host we want to query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemStatus()
Method Detail |
public static void setHost(java.lang.String host)
public static java.lang.String getNumPlayers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |