|
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.Processing
After the user command has parsed, and a single action has been identified, the Processing module performs all actions.
Constructor Summary | |
Processing()
Creates a new Processing instance. |
Method Summary | |
void |
process(Frame frame,
Response response)
Processes all of the actions generated from the user request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Processing()
Method Detail |
public void process(Frame frame, Response response) throws FidoException
This class executes all of the preconditions for the transaction in the Frame, then executes the instruction in the transaction. Finally executes any postconditions in the transaction.
See Verb Constraints for a description of preconditions.
frame
- Frame context for processing.response
- Response class that gathers information
for reporting back to the user.
FidoException
- A catch-all exception that indicates
an error occurred in processing.
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |