public interface ClientInstance
| Modifier and Type | Method and Description |
|---|---|
Cryptor |
getCryptor() |
org.teiid.dqp.internal.process.DQPWorkContext |
getWorkContext() |
void |
send(org.teiid.net.socket.Message message,
Serializable messageKey)
Send a message to this particular client using the asynch message key.
|
void |
shutdown()
Shutdown the server's connection to the client.
|
void send(org.teiid.net.socket.Message message,
Serializable messageKey)
message - The message to sendmessageKey - The key sent with the asynch queryorg.teiid.net.CommunicationException - If an error occurs during the sendvoid shutdown()
throws org.teiid.net.CommunicationException
org.teiid.net.CommunicationException - If an error occurs during the shutdownCryptor getCryptor()
org.teiid.dqp.internal.process.DQPWorkContext getWorkContext()
Copyright © 2018 JBoss by Red Hat. All rights reserved.