org.teiid.transport
Interface ChannelListener

All Known Implementing Classes:
SocketClientInstance

public interface ChannelListener


Nested Class Summary
static interface ChannelListener.ChannelListenerFactory
           
 
Method Summary
 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)

onConnection

void onConnection()
                  throws CommunicationException
Throws:
CommunicationException


Copyright © 2009. All Rights Reserved.