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
ClientExceptionvoid run(HistoryClipIn history) throws ClientException
ClientExceptionvoid run(IoConfiguration ioConfiguration) throws ClientException
ClientExceptionvoid pause()
throws ClientException
ClientExceptionvoid reset()
throws ClientException
ClientExceptionvoid flush()
throws ClientException
ClientExceptionvoid dispose()
throws ClientException
ClientException