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 void
GetStateResponseCommand. 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 StateClusteringCommand
StateClusteringCommandFactory. getRemoveCommand(AbstractContext abstractContext)
static StateClusteringCommand
StateClusteringCommandFactory. getUpdateCommand(AbstractContext context, String[] propertyNames)
static StateClusteringCommand
StateClusteringCommandFactory. getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)
Methods in org.apache.axis2.clustering.state with parameters of type StateClusteringCommand Modifier and Type Method Description void
DefaultStateManager. replicateState(StateClusteringCommand command)
static void
Replicator. replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)
Replicate state using a custom StateClusteringCommandvoid
StateManager. 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 class
DeleteServiceGroupStateCommand
class
DeleteServiceStateCommand
class
StateClusteringCommandCollection
A StateClusteringCommand consisting of a collection of other StateClusteringCommandsclass
UpdateConfigurationStateCommand
class
UpdateServiceGroupStateCommand
class
UpdateServiceStateCommand
class
UpdateStateCommand
Constructor parameters in org.apache.axis2.clustering.state.commands with type arguments of type StateClusteringCommand Constructor Description StateClusteringCommandCollection(List<StateClusteringCommand> commands)
-