org.apache.axis2.clustering.state
Class StateClusteringCommandFactory

java.lang.Object
  extended by org.apache.axis2.clustering.state.StateClusteringCommandFactory

public final class StateClusteringCommandFactory
extends Object


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

Constructor Detail

StateClusteringCommandFactory

public StateClusteringCommandFactory()
Method Detail

getCommandCollection

public static StateClusteringCommandCollection getCommandCollection(AbstractContext[] contexts,
                                                                    Map excludedReplicationPatterns)

getUpdateCommand

public static StateClusteringCommand getUpdateCommand(AbstractContext context,
                                                      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 StateClusteringCommand getUpdateCommand(AbstractContext context,
                                                      String[] propertyNames)
                                               throws ClusteringFault
Throws:
ClusteringFault

getRemoveCommand

public static StateClusteringCommand getRemoveCommand(AbstractContext abstractContext)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.