public class NonRunnableClient extends java.lang.Object implements TrianaClient
| Constructor and Description |
|---|
NonRunnableClient(ToolTable tools) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of the client, cleaning up server connections
|
void |
flush()
Sends a message to the server to flush the taskgraph
|
ToolTable |
getToolTable() |
void |
pause()
Sends a message to the server to stop running the taskgraph.
|
void |
reset()
Sends a message to the server to reset the taskgraph.
|
void |
run()
Sends a message to the sever to run the taskgraph.
|
void |
run(HistoryClipIn history)
Sends a message to the sever to run the taskgraph.
|
void |
run(IoConfiguration ioConfiguration)
Sends a message to the server to run the taskgraph, with a configuration of inputs.
|
public NonRunnableClient(ToolTable tools)
public ToolTable getToolTable()
public void run()
throws ClientException
run in interface TrianaClientClientExceptionpublic void run(HistoryClipIn history) throws ClientException
run in interface TrianaClientClientExceptionpublic void run(IoConfiguration ioConfiguration) throws ClientException
TrianaClientrun in interface TrianaClientClientExceptionpublic void pause()
throws ClientException
pause in interface TrianaClientClientExceptionpublic void reset()
throws ClientException
reset in interface TrianaClientClientExceptionpublic void flush()
throws ClientException
flush in interface TrianaClientClientExceptionpublic void dispose()
throws ClientException
dispose in interface TrianaClientClientException