TcpServerThread
One server thread is opened per client connection.
| Methods |
| void |
cancelStatement(String targetSessionId, int statementId)
Cancel a running statement.
|
| void |
cancelStatement(String targetSessionId, int statementId)
Cancel a running statement.
Parameters:
targetSessionId - the session id
statementId - the statement to cancel
|
| void |
close()
Close a connection.
|
| void |
close()
Close a connection.
|
| Thread |
getThread()
|
| Thread |
getThread()
|
| void |
run()
|
| void |
run()
|
| void |
setThread(Thread thread)
|
| void |
setThread(Thread thread)
|