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)
           
 

Methods in org.apache.axis2.clustering.state with parameters of type StateClusteringCommand
 void DefaultStateManager.replicateState(StateClusteringCommand command)
           
 void StateManager.replicateState(StateClusteringCommand command)
          Replicate state using a custom StateClusteringCommand
static void Replicator.replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)
          Replicate state using a custom StateClusteringCommand
 

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
          A StateClusteringCommand consisting of a collection of other StateClusteringCommands
 class UpdateConfigurationStateCommand
           
 class UpdateServiceGroupStateCommand
           
 class UpdateServiceStateCommand
           
 class UpdateStateCommand
           
 

Constructor parameters in org.apache.axis2.clustering.state.commands with type arguments of type StateClusteringCommand
StateClusteringCommandCollection(List<StateClusteringCommand> commands)
           
 



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