|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CommandResponse | All ServerResponses implement this class; it contains two methods, one that returns whether the operation was successful and another that returns a String describing the error if the ServerRequest was not successful. |
Class Summary | |
---|---|
ErrorResponse | A ServerResponse for a ServerRequest that failed, along with the reason the ServerRequest failed. |
SuccessResponse | Every ServerResponse except the ErrorResponse extend this class. |
Contains all the Responses that the server can send to the client after a Request. Responses contain data that was obtained from the database.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |