org.apache.axis2.clustering.context
Class ContextClusteringCommandFactory
java.lang.Object
org.apache.axis2.clustering.context.ContextClusteringCommandFactory
public final class ContextClusteringCommandFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextClusteringCommandFactory
public ContextClusteringCommandFactory()
getCommandCollection
public static ContextClusteringCommandCollection getCommandCollection(AbstractContext[] contexts,
Map excludedReplicationPatterns)
getUpdateCommand
public static ContextClusteringCommand 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 ContextClusteringCommand getUpdateCommand(AbstractContext context,
String[] propertyNames)
throws ClusteringFault
- Throws:
ClusteringFault
getRemoveCommand
public static ContextClusteringCommand getRemoveCommand(AbstractContext abstractContext)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.