Uses of Class
org.apache.axis2.clustering.state.StateClusteringCommand
-
Packages that use StateClusteringCommand Package Description 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 Modifier and Type Method Description StateClusteringCommand[]GetStateCommand. getCommands()Methods in org.apache.axis2.clustering.control with parameters of type StateClusteringCommand Modifier and Type Method Description voidGetStateResponseCommand. setCommands(StateClusteringCommand[] commands) -
Uses of StateClusteringCommand in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state that return StateClusteringCommand Modifier and Type Method Description static StateClusteringCommandStateClusteringCommandFactory. getRemoveCommand(AbstractContext abstractContext)static StateClusteringCommandStateClusteringCommandFactory. getUpdateCommand(AbstractContext context, String[] propertyNames)static StateClusteringCommandStateClusteringCommandFactory. getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)Methods in org.apache.axis2.clustering.state with parameters of type StateClusteringCommand Modifier and Type Method Description voidDefaultStateManager. replicateState(StateClusteringCommand command)static voidReplicator. replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)Replicate state using a custom StateClusteringCommandvoidStateManager. replicateState(StateClusteringCommand command)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 Modifier and Type Class Description classDeleteServiceGroupStateCommandclassDeleteServiceStateCommandclassStateClusteringCommandCollectionA StateClusteringCommand consisting of a collection of other StateClusteringCommandsclassUpdateConfigurationStateCommandclassUpdateServiceGroupStateCommandclassUpdateServiceStateCommandclassUpdateStateCommandConstructor parameters in org.apache.axis2.clustering.state.commands with type arguments of type StateClusteringCommand Constructor Description StateClusteringCommandCollection(List<StateClusteringCommand> commands)
-