Uses of Class
org.apache.catalina.tribes.ChannelException

Packages that use ChannelException
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.membership   
org.apache.catalina.tribes.tipis   
org.apache.catalina.tribes.transport   
org.apache.catalina.tribes.transport.bio   
org.apache.catalina.tribes.transport.nio   
 

Uses of ChannelException in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes with parameters of type ChannelException
 void ErrorHandler.handleError(ChannelException x, UniqueId id)
          Invoked if the message is dispatched asynch, and an error occurs
 

Methods in org.apache.catalina.tribes that throw ChannelException
 void MembershipService.broadcast(ChannelMessage message)
          Broadcasts a message to all members
 UniqueId Channel.send(Member[] destination, Serializable msg, int options)
          Send a message to one or more members in the cluster
 UniqueId Channel.send(Member[] destination, Serializable msg, int options, ErrorHandler handler)
          Send a message to one or more members in the cluster
 void ChannelSender.sendMessage(ChannelMessage message, Member[] destination)
          Send a message to one or more recipients.
 void ChannelInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
          The sendMessage method is called when a message is being sent to one more destinations.
 void Channel.start(int svc)
          Starts up the channel.
 void ChannelInterceptor.start(int svc)
          Starts up the channel.
 void Channel.stop(int svc)
          Shuts down the channel.
 void ChannelInterceptor.stop(int svc)
          Shuts down the channel.
 

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

Methods in org.apache.catalina.tribes.group that throw ChannelException
protected  void GroupChannel.checkOptionFlags()
          Validates the option flags that each interceptor is using and reports an error if two interceptor share the same flag.
protected  void ChannelCoordinator.internalStart(int svc)
          Starts up the channel.
protected  void ChannelCoordinator.internalStop(int svc)
          Shuts down the channel.
 UniqueId GroupChannel.send(Member[] destination, Serializable msg, int options)
          Send a message to the destinations specified
 UniqueId GroupChannel.send(Member[] destination, Serializable msg, int options, ErrorHandler handler)
           
 Response[] RpcChannel.send(Member[] destination, Serializable message, int rpcOptions, int channelOptions, long timeout)
          Send a message and wait for the response.
 void ChannelCoordinator.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
          Send a message to one or more members in the cluster
 void ChannelInterceptorBase.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
protected  void GroupChannel.setupDefaultStack()
          Sets up the default implementation interceptor stack if no interceptors have been added
 void GroupChannel.start(int svc)
          Starts the channel
 void ChannelCoordinator.start(int svc)
          Starts up the channel.
 void ChannelInterceptorBase.start(int svc)
          Starts up the channel.
 void GroupChannel.stop(int svc)
          Stops the channel
 void ChannelCoordinator.stop(int svc)
          Shuts down the channel.
 void ChannelInterceptorBase.stop(int svc)
          Shuts down the channel.
 

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

Methods in org.apache.catalina.tribes.group.interceptors that throw ChannelException
 void FragmentationInterceptor.frag(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
protected  void NonBlockingCoordinator.handleMyToken(MemberImpl local, NonBlockingCoordinator.CoordinationMessage msg, Member sender, Membership merged)
           
protected  void NonBlockingCoordinator.handleOtherToken(MemberImpl local, NonBlockingCoordinator.CoordinationMessage msg, Member sender, Membership merged)
           
protected  void NonBlockingCoordinator.handleToken(NonBlockingCoordinator.CoordinationMessage msg, Member sender, Membership merged)
           
protected  void NonBlockingCoordinator.handleViewConf(NonBlockingCoordinator.CoordinationMessage msg, Member sender, Membership merged)
           
protected  void NonBlockingCoordinator.processCoordMessage(NonBlockingCoordinator.CoordinationMessage msg, Member sender)
           
protected  void NonBlockingCoordinator.sendElectionMsg(MemberImpl local, MemberImpl next, NonBlockingCoordinator.CoordinationMessage msg)
           
protected  void NonBlockingCoordinator.sendElectionMsgToNextInline(MemberImpl local, NonBlockingCoordinator.CoordinationMessage msg)
           
 void TwoPhaseCommitInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void GzipInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void OrderInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void NonBlockingCoordinator.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 TcpFailureDetector.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void ThroughputInterceptor.sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload)
           
 void NonBlockingCoordinator.start(int svc)
           
 void MessageDispatchInterceptor.start(int svc)
           
 void TcpPingInterceptor.start(int svc)
           
 void StaticMembershipInterceptor.start(int svc)
          Send notifications upwards
 void SimpleCoordinator.start(int svc)
           
 void NonBlockingCoordinator.startElection(boolean force)
           
 void NonBlockingCoordinator.stop(int svc)
           
 void MessageDispatchInterceptor.stop(int svc)
           
 void TcpPingInterceptor.stop(int svc)
           
 void SimpleCoordinator.stop(int svc)
           
 

Uses of ChannelException in org.apache.catalina.tribes.membership
 

Methods in org.apache.catalina.tribes.membership that throw ChannelException
 void McastService.broadcast(ChannelMessage message)
           
 

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

Methods in org.apache.catalina.tribes.tipis that throw ChannelException
protected  void AbstractReplicatedMap.broadcast(int msgtype, boolean rpc)
          Helper method to broadcast a message to all members in a channel
protected  void AbstractReplicatedMap.ping(long timeout)
          Sends a ping out to all the members in the cluster, not just map members that this map is alive.
protected  Member[] ReplicatedMap.publishEntryInfo(Object key, Object value)
          publish info about a map pair (key/value) to other nodes in the cluster
protected  Member[] LazyReplicatedMap.publishEntryInfo(Object key, Object value)
          publish info about a map pair (key/value) to other nodes in the cluster
protected abstract  Member[] AbstractReplicatedMap.publishEntryInfo(Object key, Object value)
           
 

Uses of ChannelException in org.apache.catalina.tribes.transport
 

Methods in org.apache.catalina.tribes.transport that throw ChannelException
 void ReplicationTransmitter.sendMessage(ChannelMessage message, Member[] destination)
          Send data to one member
 void MultiPointSender.sendMessage(Member[] destination, ChannelMessage data)
           
 

Uses of ChannelException in org.apache.catalina.tribes.transport.bio
 

Methods in org.apache.catalina.tribes.transport.bio that throw ChannelException
 void PooledMultiSender.sendMessage(Member[] destination, ChannelMessage msg)
           
 void MultipointBioSender.sendMessage(Member[] destination, ChannelMessage msg)
           
protected  BioSender[] MultipointBioSender.setupForSend(Member[] destination)
           
 

Uses of ChannelException in org.apache.catalina.tribes.transport.nio
 

Methods in org.apache.catalina.tribes.transport.nio that throw ChannelException
 void ParallelNioSender.sendMessage(Member[] destination, ChannelMessage msg)
           
 void PooledParallelSender.sendMessage(Member[] destination, ChannelMessage message)
           
 



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