public class ODBCClientInstance extends Object implements ChannelListener
ChannelListener.ChannelListenerFactory| Constructor and Description |
|---|
ODBCClientInstance(ObjectChannel channel,
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(ObjectChannel channel, 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 CommunicationException
onConnection in interface ChannelListenerCommunicationExceptionpublic void receivedMessage(Object msg) throws CommunicationException
receivedMessage in interface ChannelListenerCommunicationExceptionCopyright © 2019. All rights reserved.