Class StateClusteringCommandFactory
java.lang.Object
org.apache.axis2.clustering.state.StateClusteringCommandFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommandCollection(AbstractContext[] contexts, Map excludedReplicationPatterns) static StateClusteringCommandgetRemoveCommand(AbstractContext abstractContext) static StateClusteringCommandgetUpdateCommand(AbstractContext context, String[] propertyNames) static StateClusteringCommandgetUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)
-
Constructor Details
-
StateClusteringCommandFactory
public StateClusteringCommandFactory()
-
-
Method Details
-
getCommandCollection
public static StateClusteringCommandCollection getCommandCollection(AbstractContext[] contexts, Map excludedReplicationPatterns) -
getUpdateCommand
public static StateClusteringCommand getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties) - Parameters:
context- The contextexcludedPropertyPatterns- The property patterns to be excludedincludeAllProperties- True - Include all properties, False - Include only property differences- Returns:
- ContextClusteringCommand
-
getUpdateCommand
public static StateClusteringCommand getUpdateCommand(AbstractContext context, String[] propertyNames) throws ClusteringFault - Throws:
ClusteringFault
-
getRemoveCommand
-