Package | Description |
---|---|
org.apache.axis2.clustering.control | |
org.apache.axis2.clustering.state | |
org.apache.axis2.clustering.state.commands |
Modifier and Type | Method and Description |
---|---|
StateClusteringCommand[] |
GetStateCommand.getCommands() |
Modifier and Type | Method and Description |
---|---|
void |
GetStateResponseCommand.setCommands(StateClusteringCommand[] commands) |
Modifier and Type | Method and Description |
---|---|
static StateClusteringCommand |
StateClusteringCommandFactory.getRemoveCommand(AbstractContext abstractContext) |
static StateClusteringCommand |
StateClusteringCommandFactory.getUpdateCommand(AbstractContext context,
Map excludedPropertyPatterns,
boolean includeAllProperties) |
static StateClusteringCommand |
StateClusteringCommandFactory.getUpdateCommand(AbstractContext context,
String[] propertyNames) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteServiceGroupStateCommand |
class |
DeleteServiceStateCommand |
class |
StateClusteringCommandCollection
A StateClusteringCommand consisting of a collection of other StateClusteringCommands
|
class |
UpdateConfigurationStateCommand |
class |
UpdateServiceGroupStateCommand |
class |
UpdateServiceStateCommand |
class |
UpdateStateCommand |
Constructor and Description |
---|
StateClusteringCommandCollection(List<StateClusteringCommand> commands) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.