Uses of Class
org.apache.axis2.clustering.context.ContextClusteringCommand

Packages that use ContextClusteringCommand
org.apache.axis2.clustering.context   
org.apache.axis2.clustering.context.commands   
org.apache.axis2.clustering.control   
 

Uses of ContextClusteringCommand in org.apache.axis2.clustering.context
 

Methods in org.apache.axis2.clustering.context that return ContextClusteringCommand
static ContextClusteringCommand ContextClusteringCommandFactory.getRemoveCommand(AbstractContext abstractContext)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context, java.util.Map excludedPropertyPatterns, boolean includeAllProperties)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context, java.lang.String[] propertyNames)
           
 

Methods in org.apache.axis2.clustering.context with parameters of type ContextClusteringCommand
 void DefaultContextManagerListener.contextUpdated(ContextClusteringCommand message)
           
 void ContextManagerListener.contextUpdated(ContextClusteringCommand message)
           
 

Uses of ContextClusteringCommand in org.apache.axis2.clustering.context.commands
 

Subclasses of ContextClusteringCommand in org.apache.axis2.clustering.context.commands
 class ContextClusteringCommandCollection
           
 class DeleteServiceContextCommand
           
 class DeleteServiceGroupContextCommand
           
 class UpdateConfigurationContextCommand
           
 class UpdateContextCommand
           
 class UpdateServiceContextCommand
           
 class UpdateServiceGroupContextCommand
           
 

Uses of ContextClusteringCommand in org.apache.axis2.clustering.control
 

Methods in org.apache.axis2.clustering.control that return ContextClusteringCommand
 ContextClusteringCommand[] GetStateCommand.getCommands()
           
 

Methods in org.apache.axis2.clustering.control with parameters of type ContextClusteringCommand
 void GetStateResponseCommand.setCommands(ContextClusteringCommand[] commands)
           
 



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