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