|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelListener | |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of ChannelListener in com.genesyslab.platform.commons.protocol |
Subinterfaces of ChannelListener in com.genesyslab.platform.commons.protocol | |
interface |
MessageReceiverSupport
|
interface |
ReceiverSupport
|
interface |
RequestReceiverSupport
|
interface |
ServerChannelListener
Receive notification about server channel lifecycle events. |
Classes in com.genesyslab.platform.commons.protocol that implement ChannelListener | |
class |
AbstractQueueReceiver
|
class |
QueueMessageReceiver
|
class |
QueueRequestReceiver
|
Methods in com.genesyslab.platform.commons.protocol with parameters of type ChannelListener | |
void |
ChannelListenerSupport.addChannelListener(ChannelListener listener)
Add listener about connection lifecicle events. |
void |
ChannelListenerSupport.removeChannelListener(ChannelListener listener)
Remove listener about connection lifecicle events. |
void |
AbstractChannel.addChannelListener(ChannelListener listener)
|
void |
AbstractChannel.removeChannelListener(ChannelListener listener)
|
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |