Uses of Interface
org.apache.catalina.tribes.ChannelListener

Packages that use ChannelListener
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.tipis   
 

Uses of ChannelListener in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes with parameters of type ChannelListener
 void Channel.addChannelListener(ChannelListener listener)
          Add a channel listener, this is a callback object when messages are received
If the channel listener implements the Heartbeat interface the heartbeat() method will be invoked when the heartbeat runs on the channel
 void Channel.removeChannelListener(ChannelListener listener)
          remove a channel listener, listeners are removed based on Object.hashCode and Object.equals
 

Uses of ChannelListener in org.apache.catalina.tribes.group
 

Classes in org.apache.catalina.tribes.group that implement ChannelListener
 class RpcChannel
          A channel to handle RPC messaging
 

Methods in org.apache.catalina.tribes.group with parameters of type ChannelListener
 void GroupChannel.addChannelListener(ChannelListener channelListener)
          Adds a channel listener to the channel.
Channel listeners are uniquely identified using the equals(Object) method
 void GroupChannel.removeChannelListener(ChannelListener channelListener)
          Removes a channel listener from the channel.
Channel listeners are uniquely identified using the equals(Object) method
 

Uses of ChannelListener in org.apache.catalina.tribes.tipis
 

Classes in org.apache.catalina.tribes.tipis that implement ChannelListener
 class AbstractReplicatedMap
           
 class LazyReplicatedMap
          A smart implementation of a stateful replicated map.
 class ReplicatedMap
          All-to-all replication for a hash map implementation.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.