public interface ChannelListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChannelListener.ChannelListenerFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnected() |
void |
exceptionOccurred(Throwable t) |
void |
onConnection() |
void |
receivedMessage(Object msg) |
void receivedMessage(Object msg) throws org.teiid.net.CommunicationException
org.teiid.net.CommunicationExceptionvoid exceptionOccurred(Throwable t)
void disconnected()
void onConnection()
throws org.teiid.net.CommunicationException
org.teiid.net.CommunicationExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.