Inheritance diagram for de.alysis.r.submit.model.SubmitImpl:
Public Member Functions | |
boolean | requiresLogin () throws ModelException |
boolean | login (String userId, String password) throws InvalidInputException, ModelException, IOException |
Login. | |
void | submit (String source) throws ModelException |
Submits given code to the server connection. | |
void | disconnect () |
Closes new connections, does nothing if connetion was passed by the connect() method. | |
void | connect (BaseConnection connection) |
Submits thru a given connection. | |
String | getLastError () |
Get last error string. |