Fido Alpha 3.2

fido.processing
Class InternalCommands

java.lang.Object
  |
  +--fido.processing.InternalCommands

public class InternalCommands
extends java.lang.Object

Singleton class that performs internal operations, either on the database or the internal classes in the system.


Method Summary
static void process(java.lang.String exeString, Frame frame, Response response)
          This method maps a string stored as the instruction execute parameter and determines the internal database action to perform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public static void process(java.lang.String exeString,
                           Frame frame,
                           Response response)
                    throws FidoException
This method maps a string stored as the instruction execute parameter and determines the internal database action to perform. After parsing the string to determine the command name and paramters, the method calls into a huge switch statement.

Throws:
FidoException - An error occured while processing the command. The message of the exception contains the details of the failure. FidoException is the root of any exception thrown by the system.

Fido Alpha 3.2