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.configuration.commands   
org.apache.axis2.clustering.context   
org.apache.axis2.clustering.context.commands   
org.apache.axis2.clustering.control   
org.apache.axis2.clustering.tribes   
 

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

Subclasses of ClusteringCommand in org.apache.axis2.clustering.configuration.commands
 class ApplyServicePolicyCommand
           
 class CommitCommand
           
 class ExceptionCommand
           
 class LoadServiceGroupsCommand
           
 class PrepareCommand
           
 class ReloadConfigurationCommand
           
 class RollbackCommand
           
 class UnloadServiceGroupsCommand
           
 

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

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

Uses of ClusteringCommand in org.apache.axis2.clustering.context.commands
 

Subclasses of ClusteringCommand in org.apache.axis2.clustering.context.commands
 class ContextClusteringCommandCollection
           
 class DeleteServiceContextCommand
           
 class DeleteServiceGroupContextCommand
           
 class UpdateConfigurationContextCommand
           
 class UpdateContextCommand
           
 class UpdateServiceContextCommand
           
 class UpdateServiceGroupContextCommand
           
 

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

Subclasses of ClusteringCommand in org.apache.axis2.clustering.control
 class ControlCommand
          Represents a Control command sent from one Node to another
 class GetConfigurationCommand
           
 class GetConfigurationResponseCommand
           
 class GetStateCommand
           
 class GetStateResponseCommand
           
 

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

Methods in org.apache.axis2.clustering.tribes with parameters of type ClusteringCommand
 void ChannelSender.sendToGroup(ClusteringCommand msg)
           
 void ChannelSender.sendToMember(ClusteringCommand cmd, org.apache.catalina.tribes.Member member)
           
 void ChannelSender.sendToSelf(ClusteringCommand msg)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.