org.teiid.transport
Interface ChannelListener

All Known Implementing Classes:
ODBCClientInstance, SocketClientInstance

public interface ChannelListener


Nested Class Summary
static interface ChannelListener.ChannelListenerFactory
           
 
Method Summary
 void disconnected()
           
 void exceptionOccurred(java.lang.Throwable t)
           
 void onConnection()
           
 void receivedMessage(java.lang.Object msg)
           
 

Method Detail

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.