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 TrianaClient
ClientException
public void run(HistoryClipIn history) throws ClientException
run
in interface TrianaClient
ClientException
public void run(IoConfiguration ioConfiguration) throws ClientException
TrianaClient
run
in interface TrianaClient
ClientException
public void pause() throws ClientException
pause
in interface TrianaClient
ClientException
public void reset() throws ClientException
reset
in interface TrianaClient
ClientException
public void flush() throws ClientException
flush
in interface TrianaClient
ClientException
public void dispose() throws ClientException
dispose
in interface TrianaClient
ClientException