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

Packages that use UniqueId
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.util   
 

Uses of UniqueId in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes that return UniqueId
 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
 

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

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

Methods in org.apache.catalina.tribes.group that return UniqueId
 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)
           
 

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

Fields in org.apache.catalina.tribes.group.interceptors declared as UniqueId
 UniqueId TwoPhaseCommitInterceptor.MapEntry.id
           
protected  UniqueId NonBlockingCoordinator.CoordinationMessage.id
           
protected  UniqueId NonBlockingCoordinator.suggestedviewId
          indicates that we are running an election and this is the one we are running
protected  UniqueId NonBlockingCoordinator.viewId
          Out current viewId
 

Fields in org.apache.catalina.tribes.group.interceptors with type parameters of type UniqueId
protected  HashMap<UniqueId,TwoPhaseCommitInterceptor.MapEntry> TwoPhaseCommitInterceptor.messages
           
 

Methods in org.apache.catalina.tribes.group.interceptors that return UniqueId
 UniqueId NonBlockingCoordinator.CoordinationMessage.getId()
           
 UniqueId NonBlockingCoordinator.getViewId()
           
 

Methods in org.apache.catalina.tribes.group.interceptors with parameters of type UniqueId
protected  void NonBlockingCoordinator.viewChange(UniqueId viewId, Member[] view)
           
 

Constructors in org.apache.catalina.tribes.group.interceptors with parameters of type UniqueId
NonBlockingCoordinator.CoordinationMessage(MemberImpl leader, MemberImpl source, MemberImpl[] view, UniqueId id, byte[] type)
           
TwoPhaseCommitInterceptor.MapEntry(ChannelMessage msg, UniqueId id, long timestamp)
           
 

Uses of UniqueId in org.apache.catalina.tribes.util
 

Methods in org.apache.catalina.tribes.util that return UniqueId
static UniqueId Arrays.getUniqudId(byte[] data)
           
static UniqueId Arrays.getUniqudId(ChannelMessage msg)
           
 



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