Uses of Class
org.apache.axis2.clustering.state.StateClusteringCommand

Packages that use StateClusteringCommand
org.apache.axis2.clustering.control   
org.apache.axis2.clustering.state   
org.apache.axis2.clustering.state.commands   
 

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

Methods in org.apache.axis2.clustering.control that return StateClusteringCommand
 StateClusteringCommand[] GetStateCommand.getCommands()
           
 

Methods in org.apache.axis2.clustering.control with parameters of type StateClusteringCommand
 void GetStateResponseCommand.setCommands(StateClusteringCommand[] commands)
           
 

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

Methods in org.apache.axis2.clustering.state that return StateClusteringCommand
static StateClusteringCommand StateClusteringCommandFactory.getRemoveCommand(AbstractContext abstractContext)
           
static StateClusteringCommand StateClusteringCommandFactory.getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)
           
static StateClusteringCommand StateClusteringCommandFactory.getUpdateCommand(AbstractContext context, String[] propertyNames)
           
 

Uses of StateClusteringCommand in org.apache.axis2.clustering.state.commands
 

Subclasses of StateClusteringCommand in org.apache.axis2.clustering.state.commands
 class DeleteServiceGroupStateCommand
           
 class DeleteServiceStateCommand
           
 class StateClusteringCommandCollection
           
 class UpdateConfigurationStateCommand
           
 class UpdateServiceGroupStateCommand
           
 class UpdateServiceStateCommand
           
 class UpdateStateCommand
           
 



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