public final class JythonConsoleSocketConnection extends Object
| Constructor and Description |
|---|
JythonConsoleSocketConnection(String name,
int port,
String host) |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.subsystems.console.jython.JythonConsoleResult |
asynchFileExecution(String fileName,
String... args) |
void |
close() |
static void |
main(String[] arg) |
void |
setPrintStream(PrintStream print) |
String |
synchFileExecution(InputStream is,
String... args) |
public JythonConsoleSocketConnection(String name, int port, String host) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic void setPrintStream(PrintStream print)
public String synchFileExecution(InputStream is, String... args) throws IOException
IOExceptionpublic org.lsst.ccs.subsystems.console.jython.JythonConsoleResult asynchFileExecution(String fileName, String... args) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2024 LSST. All rights reserved.