Class StateClusteringCommandFactory
java.lang.Object
org.apache.axis2.clustering.state.StateClusteringCommandFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommandCollection(org.apache.axis2.context.AbstractContext[] contexts, Map excludedReplicationPatterns) static org.apache.axis2.clustering.state.StateClusteringCommandgetRemoveCommand(org.apache.axis2.context.AbstractContext abstractContext) static org.apache.axis2.clustering.state.StateClusteringCommandgetUpdateCommand(org.apache.axis2.context.AbstractContext context, String[] propertyNames) static org.apache.axis2.clustering.state.StateClusteringCommandgetUpdateCommand(org.apache.axis2.context.AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)
-
Constructor Details
-
StateClusteringCommandFactory
public StateClusteringCommandFactory()
-
-
Method Details
-
getCommandCollection
public static StateClusteringCommandCollection getCommandCollection(org.apache.axis2.context.AbstractContext[] contexts, Map excludedReplicationPatterns) -
getUpdateCommand
public static org.apache.axis2.clustering.state.StateClusteringCommand getUpdateCommand(org.apache.axis2.context.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 org.apache.axis2.clustering.state.StateClusteringCommand getUpdateCommand(org.apache.axis2.context.AbstractContext context, String[] propertyNames) throws org.apache.axis2.clustering.ClusteringFault - Throws:
org.apache.axis2.clustering.ClusteringFault
-
getRemoveCommand
public static org.apache.axis2.clustering.state.StateClusteringCommand getRemoveCommand(org.apache.axis2.context.AbstractContext abstractContext)
-