Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.commons.protocol.ChannelListener

Packages that use ChannelListener
com.genesyslab.platform.applicationblocks.commons.broker   
com.genesyslab.platform.applicationblocks.commons.protocols   
com.genesyslab.platform.apptemplate.filtering.impl.configuration   
com.genesyslab.platform.clusterprotocol Cluster Protocol Application Block 
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.applicationblocks.commons.broker
 

Classes in com.genesyslab.platform.applicationblocks.commons.broker that implement ChannelListener
 class EventReceivingBrokerService
          Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously.
 class RequestReceivingBrokerService
          Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously.
 

Uses of ChannelListener in com.genesyslab.platform.applicationblocks.commons.protocols
 

Methods in com.genesyslab.platform.applicationblocks.commons.protocols with parameters of type ChannelListener
 void ProtocolManagementServiceImpl.addChannelListener(ChannelListener listener)
          Deprecated.  
 void ProtocolManagementServiceImpl.removeChannelListener(ChannelListener listener)
          Deprecated.  
 

Uses of ChannelListener in com.genesyslab.platform.apptemplate.filtering.impl.configuration
 

Classes in com.genesyslab.platform.apptemplate.filtering.impl.configuration that implement ChannelListener
 class FilterChainNotificationHandler
          Implements MessageFilter to decide whether message should be logged or not upon internal message filter chain.
 

Uses of ChannelListener in com.genesyslab.platform.clusterprotocol
 

Subinterfaces of ChannelListener in com.genesyslab.platform.clusterprotocol
 interface ClusterChannelListener
          Channel listening interface extension for Cluster Protocol type.
It allows applications to handle Opened/Closed events of protocol nodes of the cluster channel.
 

Classes in com.genesyslab.platform.clusterprotocol that implement ChannelListener
protected  class AbstractClusterChannel.IntChannelListener
           
 

Methods in com.genesyslab.platform.clusterprotocol with parameters of type ChannelListener
 void AbstractClusterChannel.addChannelListener(ChannelListener listener)
           
 void AbstractClusterChannel.removeChannelListener(ChannelListener listener)
           
 

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<T>
           
 class IgnoringMessageReceiverSupport
           
 class QueueMessageReceiver
           
 class QueueRequestReceiver
           
 

Methods in com.genesyslab.platform.commons.protocol with parameters of type ChannelListener
 void ChannelListenerSupport.addChannelListener(ChannelListener listener)
          Adds listener about connection lifecycle events.
 void AbstractChannel.addChannelListener(ChannelListener listener)
           
 void ChannelListenerSupport.removeChannelListener(ChannelListener listener)
          Removes listener about connection lifecycle events.
 void AbstractChannel.removeChannelListener(ChannelListener listener)
           
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.