Uses of Class
org.apache.axis2.clustering.ClusteringCommand
-
Packages that use ClusteringCommand Package Description 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 Modifier and Type Class Description classClusteringMessageThis is a special ClusteringCommand which is used for messaging.Methods in org.apache.axis2.clustering that return ClusteringCommand Modifier and Type Method Description abstract ClusteringCommandClusteringMessage. getResponse()Get the response for this messageMethods in org.apache.axis2.clustering that return types with arguments of type ClusteringCommand Modifier and Type Method Description List<ClusteringCommand>ClusteringAgent. sendMessage(ClusteringMessage msg, boolean isRpcMessage)Send a message to all members in this member's primary clusterMethods in org.apache.axis2.clustering with parameters of type ClusteringCommand Modifier and Type Method Description voidMessageSender. sendToGroup(ClusteringCommand msg)voidMessageSender. sendToSelf(ClusteringCommand msg) -
Uses of ClusteringCommand in org.apache.axis2.clustering.management
Subclasses of ClusteringCommand in org.apache.axis2.clustering.management Modifier and Type Class Description classGroupManagementCommandclassNodeManagementCommandThis 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 Modifier and Type Class Description classStateClusteringCommand
-