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

Packages that use InterceptorPayload
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.group.interceptors   
org.apache.catalina.tribes.transport.bio.util   
 

Uses of InterceptorPayload in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes with parameters of type InterceptorPayload
 void ChannelInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
          The sendMessage method is called when a message is being sent to one more destinations.
 

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

Methods in org.apache.catalina.tribes.group with parameters of type InterceptorPayload
 void ChannelInterceptorBase.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void ChannelCoordinator.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
          Send a message to one or more members in the cluster
 

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

Methods in org.apache.catalina.tribes.group.interceptors with parameters of type InterceptorPayload
 boolean MessageDispatch15Interceptor.addToQueue(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
           
 boolean MessageDispatchInterceptor.addToQueue(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
           
 void FragmentationInterceptor.frag(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void TcpFailureDetector.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void GzipInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void FragmentationInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void MessageDispatchInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void NonBlockingCoordinator.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void TwoPhaseCommitInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void ThroughputInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void OrderInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 

Uses of InterceptorPayload in org.apache.catalina.tribes.transport.bio.util
 

Methods in org.apache.catalina.tribes.transport.bio.util that return InterceptorPayload
 InterceptorPayload LinkObject.getPayload()
           
 

Methods in org.apache.catalina.tribes.transport.bio.util with parameters of type InterceptorPayload
 boolean FastQueue.add(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
          Add new data to the queue.
 

Constructors in org.apache.catalina.tribes.transport.bio.util with parameters of type InterceptorPayload
LinkObject(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
          Construct a new element from the data object.
 



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