public class ODBCClientInstance extends Object implements ChannelListener
ChannelListener.ChannelListenerFactory| Constructor and Description |
|---|
ODBCClientInstance(org.teiid.net.socket.ObjectChannel channel,
org.teiid.jdbc.TeiidDriver driver,
LogonImpl logonService) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnected() |
void |
exceptionOccurred(Throwable t) |
ODBCClientRemote |
getClient() |
void |
onConnection() |
void |
receivedMessage(Object msg) |
public ODBCClientInstance(org.teiid.net.socket.ObjectChannel channel,
org.teiid.jdbc.TeiidDriver driver,
LogonImpl logonService)
public ODBCClientRemote getClient()
public void disconnected()
disconnected in interface ChannelListenerpublic void exceptionOccurred(Throwable t)
exceptionOccurred in interface ChannelListenerpublic void onConnection()
throws org.teiid.net.CommunicationException
onConnection in interface ChannelListenerorg.teiid.net.CommunicationExceptionpublic void receivedMessage(Object msg) throws org.teiid.net.CommunicationException
receivedMessage in interface ChannelListenerorg.teiid.net.CommunicationExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.