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

Packages that use ClusteringCommand
org.apache.axis2.clustering   
org.apache.axis2.clustering.configuration   
org.apache.axis2.clustering.context   
 

Uses of ClusteringCommand in org.apache.axis2.clustering
 

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.configuration
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering.configuration
 class ConfigurationClusteringCommand
          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.context
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering.context
 class ContextClusteringCommand
           
 



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