Inheritance diagram for de.alysis.r.basemodel.connection.BaseConnectionImpl:


Public Member Functions | |
| BaseConnectionImpl (Server server) | |
| Constructor. | |
| BaseConnectionImpl (String host, int port) | |
| Constructor for runtime mode. | |
| void | close () |
| closes current connection | |
| void | voidEval (String cmd, long timeout) throws ModelException |
| Evaluates the given command. | |
| String | getLastError () |
| get last error string | |
| boolean | isConnected () |
| check connection state. | |
| void | login (String user, String pwd) throws ModelException |
| login using supplied user/pwd. | |
| boolean | needLogin () |
| check authentication requirement sent by server | |
| void | setSendBufferSize (long sbs) throws ModelException |
| Sets send buffer size of the Rserve (in bytes) for the current connection. | |
| void | voidEval (String cmd) throws ModelException |
| Evaluates the given command, but does not fetch the result (useful for assignment operations). | |
1.4.6