|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RserveException | |
|---|---|
| org.rosuda.REngine.Rserve | REngine-based interface to Rserve |
| Uses of RserveException in org.rosuda.REngine.Rserve |
|---|
| Methods in org.rosuda.REngine.Rserve that throw RserveException | |
|---|---|
void |
RConnection.assign(String sym,
org.rosuda.REngine.REXP rexp)
assign a content of a REXP to a symbol in R. |
void |
RConnection.assign(String sym,
String ct)
assign a string value to a symbol in R. |
RConnection |
RSession.attach()
attach/resume this session |
RSession |
RConnection.detach()
detaches the session and closes the connection (requires Rserve 0.4+). |
org.rosuda.REngine.REXP |
RConnection.eval(String cmd)
evaluates the given command and retrieves the result |
void |
RConnection.login(String user,
String pwd)
login using supplied user/pwd. |
void |
RConnection.removeFile(String fn)
remove a file on the Rserve |
void |
RConnection.serverEval(String cmd)
evaluates the given command in the master server process asynchronously (control command). |
void |
RConnection.serverShutdown()
attempt to shut down the server process cleanly. |
void |
RConnection.serverSource(String serverFile)
sources the given file (the path must be local to the server!) in the master server process asynchronously (control command). |
void |
RConnection.setSendBufferSize(long sbs)
Sets send buffer size of the Rserve (in bytes) for the current connection. |
void |
RConnection.setStringEncoding(String enc)
set string encoding for this session. |
void |
RConnection.shutdown()
shutdown remote Rserve. |
void |
RConnection.voidEval(String cmd)
evaluates the given command, but does not fetch the result (useful for assignment operations) |
RSession |
RConnection.voidEvalDetach(String cmd)
evaluates the given command, detaches the session (see @link{detach()}) and closes connection while the command is being evaluted (requires Rserve 0.4+). |
| Constructors in org.rosuda.REngine.Rserve that throw RserveException | |
|---|---|
RConnection()
make a new local connection on default port (6311) |
|
RConnection(Socket sock)
create a connection based on a previously obtained socket. |
|
RConnection(String host)
make a new connection to specified host on default port (6311) |
|
RConnection(String host,
int port)
make a new connection to specified host and given port. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||