org.teiid.transport
Interface ChannelListener
- All Known Implementing Classes:
- ODBCClientInstance, SocketClientInstance
public interface ChannelListener
receivedMessage
void receivedMessage(java.lang.Object msg)
throws CommunicationException
- Throws:
CommunicationException
exceptionOccurred
void exceptionOccurred(java.lang.Throwable t)
disconnected
void disconnected()
onConnection
void onConnection()
throws CommunicationException
- Throws:
CommunicationException
Copyright © 2011. All Rights Reserved.