Inheritance diagram for de.alysis.r.basemodel.connection.BaseConnection:
Public Member Functions | |
void | close () |
closes current connection | |
void | voidEval (String cmd) throws ModelException |
Evaluates the given command, but does not fetch the result (useful for assignment operations). | |
void | voidEval (String cmd, long timeout) throws ModelException, InterruptedException |
Evaluates the given command. | |
void | setSendBufferSize (long sbs) throws ModelException |
Sets send buffer size of the Rserve (in bytes) for the current connection. | |
void | login (String user, String pwd) throws ModelException |
login using supplied user/pwd. | |
boolean | isConnected () |
check connection state. | |
boolean | needLogin () |
check authentication requirement sent by server | |
String | getLastError () |
get last error string |