org.apache.axis2.clustering.context
Class ContextClusteringCommandFactory

java.lang.Object
  extended by org.apache.axis2.clustering.context.ContextClusteringCommandFactory

public final class ContextClusteringCommandFactory
extends java.lang.Object


Constructor Summary
ContextClusteringCommandFactory()
           
 
Method Summary
static ContextClusteringCommandCollection getCommandCollection(AbstractContext[] contexts, java.util.Map excludedReplicationPatterns)
           
static ContextClusteringCommand getRemoveCommand(AbstractContext abstractContext)
           
static ContextClusteringCommand getUpdateCommand(AbstractContext context, java.util.Map excludedPropertyPatterns, boolean includeAllProperties)
           
static ContextClusteringCommand getUpdateCommand(AbstractContext context, java.lang.String[] propertyNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextClusteringCommandFactory

public ContextClusteringCommandFactory()
Method Detail

getCommandCollection

public static ContextClusteringCommandCollection getCommandCollection(AbstractContext[] contexts,
                                                                      java.util.Map excludedReplicationPatterns)

getUpdateCommand

public static ContextClusteringCommand getUpdateCommand(AbstractContext context,
                                                        java.util.Map excludedPropertyPatterns,
                                                        boolean includeAllProperties)
Parameters:
context - The context
excludedPropertyPatterns - The property patterns to be excluded
includeAllProperties - True - Include all properties, False - Include only property differences
Returns:
ContextClusteringCommand

getUpdateCommand

public static ContextClusteringCommand getUpdateCommand(AbstractContext context,
                                                        java.lang.String[] propertyNames)
                                                 throws ClusteringFault
Throws:
ClusteringFault

getRemoveCommand

public static ContextClusteringCommand getRemoveCommand(AbstractContext abstractContext)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.