public final class StateClusteringCommandFactory extends Object
| Constructor and Description |
|---|
StateClusteringCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
static StateClusteringCommandCollection |
getCommandCollection(org.apache.axis2.context.AbstractContext[] contexts,
Map excludedReplicationPatterns) |
static org.apache.axis2.clustering.state.StateClusteringCommand |
getRemoveCommand(org.apache.axis2.context.AbstractContext abstractContext) |
static org.apache.axis2.clustering.state.StateClusteringCommand |
getUpdateCommand(org.apache.axis2.context.AbstractContext context,
Map excludedPropertyPatterns,
boolean includeAllProperties) |
static org.apache.axis2.clustering.state.StateClusteringCommand |
getUpdateCommand(org.apache.axis2.context.AbstractContext context,
String[] propertyNames) |
public static StateClusteringCommandCollection getCommandCollection(org.apache.axis2.context.AbstractContext[] contexts, Map excludedReplicationPatterns)
public static org.apache.axis2.clustering.state.StateClusteringCommand getUpdateCommand(org.apache.axis2.context.AbstractContext context,
Map excludedPropertyPatterns,
boolean includeAllProperties)
context - The contextexcludedPropertyPatterns - The property patterns to be excludedincludeAllProperties - True - Include all properties,
False - Include only property differencespublic static org.apache.axis2.clustering.state.StateClusteringCommand getUpdateCommand(org.apache.axis2.context.AbstractContext context,
String[] propertyNames)
throws org.apache.axis2.clustering.ClusteringFault
org.apache.axis2.clustering.ClusteringFaultpublic static org.apache.axis2.clustering.state.StateClusteringCommand getRemoveCommand(org.apache.axis2.context.AbstractContext abstractContext)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.