de.alysis.r.basemodel.connection.BaseConnection Interface Reference

Inherited by de.alysis.r.basemodel.connection.BaseConnectionImpl.

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

Inheritance graph
[legend]
List of all members.

Detailed Description

Encapsulates server connection for other plugins.

Author:
Friedrich Schuster


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


The documentation for this interface was generated from the following file:
Generated on Mon Jun 26 18:45:58 2006 for RSubmit by  doxygen 1.4.6