|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelException | |
|---|---|
| org.apache.catalina.tribes | |
| 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,
java.io.Serializable msg,
int options)
Send a message to one or more members in the cluster |
UniqueId |
Channel.send(Member[] destination,
java.io.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 |
ChannelInterceptor.start(int svc)
Starts up the channel. |
void |
Channel.start(int svc)
Starts up the channel. |
void |
ChannelInterceptor.stop(int svc)
Shuts down the channel. |
void |
Channel.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,
java.io.Serializable msg,
int options)
Send a message to the destinations specified |
UniqueId |
GroupChannel.send(Member[] destination,
java.io.Serializable msg,
int options,
ErrorHandler handler)
|
Response[] |
RpcChannel.send(Member[] destination,
java.io.Serializable message,
int rpcOptions,
int channelOptions,
long timeout)
Send a message and wait for the response. |
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 |
protected void |
GroupChannel.setupDefaultStack()
Sets up the default implementation interceptor stack if no interceptors have been added |
void |
ChannelInterceptorBase.start(int svc)
Starts up the channel. |
void |
GroupChannel.start(int svc)
Starts the channel |
void |
ChannelCoordinator.start(int svc)
Starts up the channel. |
void |
ChannelInterceptorBase.stop(int svc)
Shuts down the channel. |
void |
GroupChannel.stop(int svc)
Stops the channel |
void |
ChannelCoordinator.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 |
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)
|
void |
StaticMembershipInterceptor.start(int svc)
Send notifications upwards |
void |
SimpleCoordinator.start(int svc)
|
void |
MessageDispatchInterceptor.start(int svc)
|
void |
NonBlockingCoordinator.start(int svc)
|
void |
TcpPingInterceptor.start(int svc)
|
void |
NonBlockingCoordinator.startElection(boolean force)
|
void |
SimpleCoordinator.stop(int svc)
|
void |
MessageDispatchInterceptor.stop(int svc)
|
void |
NonBlockingCoordinator.stop(int svc)
|
void |
TcpPingInterceptor.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(java.lang.Object key,
java.lang.Object value)
publish info about a map pair (key/value) to other nodes in the cluster |
protected abstract Member[] |
AbstractReplicatedMap.publishEntryInfo(java.lang.Object key,
java.lang.Object value)
|
protected Member[] |
LazyReplicatedMap.publishEntryInfo(java.lang.Object key,
java.lang.Object value)
publish info about a map pair (key/value) to other nodes in the cluster |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||