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 ChannelListener
public void exceptionOccurred(Throwable t)
exceptionOccurred
in interface ChannelListener
public void onConnection() throws CommunicationException
onConnection
in interface ChannelListener
CommunicationException
public void receivedMessage(Object msg) throws CommunicationException
receivedMessage
in interface ChannelListener
CommunicationException
Copyright © 2019. All rights reserved.