|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.processing.InternalCommands
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 |
public static void process(java.lang.String exeString, Frame frame, Response response) throws FidoException
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 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |