Uses of Class
org.apache.axis2.clustering.ClusteringCommand

Packages that use ClusteringCommand
org.apache.axis2.clustering   
org.apache.axis2.clustering.management   
org.apache.axis2.clustering.state   
 

Uses of ClusteringCommand in org.apache.axis2.clustering
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering
 class ClusteringMessage
          This is a special ClusteringCommand which is used for messaging.
 

Methods in org.apache.axis2.clustering that return ClusteringCommand
abstract  ClusteringCommand ClusteringMessage.getResponse()
          Get the response for this message
 

Methods in org.apache.axis2.clustering that return types with arguments of type ClusteringCommand
 java.util.List<ClusteringCommand> ClusteringAgent.sendMessage(ClusteringMessage msg, boolean isRpcMessage)
          Send a message to all members in this member's primary cluster
 

Methods in org.apache.axis2.clustering with parameters of type ClusteringCommand
 void MessageSender.sendToGroup(ClusteringCommand msg)
           
 void MessageSender.sendToSelf(ClusteringCommand msg)
           
 

Uses of ClusteringCommand in org.apache.axis2.clustering.management
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering.management
 class GroupManagementCommand
           
 class NodeManagementCommand
          This class represents the 2-phase commit protocol, where an event is processed, the system is prepared to switch to a new configuration based on the processed event, and finally commits the new configuration (i.e.
 

Uses of ClusteringCommand in org.apache.axis2.clustering.state
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering.state
 class StateClusteringCommand
           
 



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