org.starhope.appius.game
Class PreLoginCommands

java.lang.Object
  extended by org.starhope.appius.game.PreLoginCommands

public class PreLoginCommands
extends Object

WRITEME: The documentation for this type (PreLoginCommands) is incomplete. (brpocock, Dec 7, 2009)

Author:
brpocock

Constructor Summary
PreLoginCommands()
           
 
Method Summary
static org.json.JSONObject do_finger(org.json.JSONObject jso, AbstractUser u, AbstractRoom room)
          TODO: document this method (brpocock, Dec 7, 2009)
static String getRev()
          TODO: document this method (brpocock, Dec 10, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreLoginCommands

public PreLoginCommands()
Method Detail

do_finger

public static org.json.JSONObject do_finger(org.json.JSONObject jso,
                                            AbstractUser u,
                                            AbstractRoom room)
                                     throws org.json.JSONException,
                                            NotFoundException
TODO: document this method (brpocock, Dec 7, 2009)

Parameters:
jso - The JSON parameters passed to the finger command. The only parameter interpreted is “id,” which must be the user ID number whose public information is to be returned.
u - The user who WRITEME
room - WRITEME
Returns:
WRITEME
Throws:
org.json.JSONException - WRITEME
NotFoundException - WRITEME

getRev

public static String getRev()
TODO: document this method (brpocock, Dec 10, 2009)

Returns:
WRITEME