Uses of Class
org.apache.catalina.tribes.group.ChannelInterceptorBase

Packages that use ChannelInterceptorBase
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.group.interceptors   
 

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

Subclasses of ChannelInterceptorBase in org.apache.catalina.tribes.group
 class ChannelCoordinator
          The channel coordinator object coordinates the membership service, the sender and the receiver.
 class GroupChannel
          The default implementation of a Channel.
The GroupChannel manages the replication channel.
 

Uses of ChannelInterceptorBase in org.apache.catalina.tribes.group.interceptors
 

Subclasses of ChannelInterceptorBase in org.apache.catalina.tribes.group.interceptors
 class DomainFilterInterceptor
          Title: Member domain filter interceptor
 class FragmentationInterceptor
          The fragmentation interceptor splits up large messages into smaller messages and assembles them on the other end.
 class GzipInterceptor
           
 class MessageDispatch15Interceptor
          Same implementation as the MessageDispatchInterceptor except it uses an atomic long for the currentSize calculation and uses a thread pool for message sending.
 class MessageDispatchInterceptor
          The message dispatcher is a way to enable asynchronous communication through a channel.
 class NonBlockingCoordinator
          Title: Auto merging leader election algorithm
 class OrderInterceptor
          The order interceptor guarantees that messages are received in the same order they were sent.
 class SimpleCoordinator
          A dinky coordinator, just uses a sorted version of the member array.
 class StaticMembershipInterceptor
           
 class TcpFailureDetector
          Title: A perfect failure detector
 class TcpPingInterceptor
          Sends a ping to all members.
 class ThroughputInterceptor
           
 class TwoPhaseCommitInterceptor
          Title:
 



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