Uses of Class
org.apache.axis2.clustering.ClusteringFault

Packages that use ClusteringFault
org.apache.axis2.clustering   
org.apache.axis2.clustering.configuration   
org.apache.axis2.clustering.context   
org.apache.axis2.clustering.context.commands   
org.apache.axis2.clustering.control   
org.apache.axis2.clustering.control.wka   
org.apache.axis2.clustering.tribes   
org.apache.axis2.receivers   
 

Uses of ClusteringFault in org.apache.axis2.clustering
 

Methods in org.apache.axis2.clustering that throw ClusteringFault
 void MembershipScheme.init()
          Initialize this membership scheme
 void ClusterManager.init()
          Initialize this node, and join the cluster
 void MembershipScheme.joinGroup()
          JOIN the group
 void MessageSender.sendToGroup(ClusteringCommand msg)
           
 void MessageSender.sendToSelf(ClusteringCommand msg)
           
 void ClusterManager.shutdown()
          Disconnect this node from the cluster.
 

Uses of ClusteringFault in org.apache.axis2.clustering.configuration
 

Methods in org.apache.axis2.clustering.configuration that throw ClusteringFault
 void DefaultConfigurationManager.applyPolicy(String serviceGroupName, String policy)
           
 void ConfigurationManager.applyPolicy(String serviceName, String policy)
          Apply a policy to a service
 void DefaultConfigurationManager.commit()
           
 void ConfigurationManager.commit()
          Second phase of the 2-phase commit protocol.
 void DefaultConfigurationManager.exceptionOccurred(Throwable throwable)
           
 void ConfigurationManager.exceptionOccurred(Throwable throwable)
          To notify other nodes that an Exception occurred, during the processing of a ConfigurationClusteringCommand
 void DefaultConfigurationManager.loadServiceGroups(String[] serviceGroupNames)
           
 void ConfigurationManager.loadServiceGroups(String[] serviceGroupNames)
          Load a set of service groups
 void DefaultConfigurationManager.prepare()
           
 void ConfigurationManager.prepare()
          First phase of the 2-phase commit protocol.
 void DefaultConfigurationManager.process(ConfigurationClusteringCommand command)
           
 void DefaultConfigurationManager.reloadConfiguration()
           
 void ConfigurationManager.reloadConfiguration()
          Reload the entire configuration of an Axis2 Node
 void DefaultConfigurationManager.rollback()
           
 void ConfigurationManager.rollback()
          Rollback whatever was done
protected  void DefaultConfigurationManager.send(ConfigurationClusteringCommand command)
           
protected  void DefaultConfigurationManager.send(Throwable throwable)
           
 void DefaultConfigurationManager.unloadServiceGroups(String[] serviceGroupNames)
           
 void ConfigurationManager.unloadServiceGroups(String[] serviceGroupNames)
          Unload a set of service groups
 

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

Methods in org.apache.axis2.clustering.context that throw ClusteringFault
 void DefaultContextManagerListener.contextUpdated(ContextClusteringCommand message)
           
 void ContextManagerListener.contextUpdated(ContextClusteringCommand message)
          Notification that a context replication message has been received.
abstract  void ContextClusteringCommand.execute(ConfigurationContext configContext)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context, String[] propertyNames)
           
 void DefaultContextManager.removeContext(AbstractContext context)
           
 void ContextManager.removeContext(AbstractContext context)
          This method is called when AbstractContext is removed from the system
static void Replicator.replicate(AbstractContext abstractContext)
          Replicate all serializable properties stored in the given abstractContext.
static void Replicator.replicate(AbstractContext abstractContext, String[] propertyNames)
          Replicate all the properties given in propertyNames in the specified abstractContext
static void Replicator.replicate(MessageContext msgContext)
          Replicates all serializable properties in the ConfigurationContext, ServiceGroupContext & ServiceContext
 void DefaultContextManager.updateContext(AbstractContext context)
           
 void ContextManager.updateContext(AbstractContext context)
          This method is called when properties in an AbstractContext are updated.
 void DefaultContextManager.updateContext(AbstractContext context, String[] propertyNames)
           
 void ContextManager.updateContext(AbstractContext context, String[] propertyNames)
          This method is called when one need to update/replicate only certains properties in the specified context
 void DefaultContextManager.updateContexts(AbstractContext[] contexts)
           
 void ContextManager.updateContexts(AbstractContext[] contexts)
          This method is called when properties in a collection of AbstractContexts are updated.
 

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

Methods in org.apache.axis2.clustering.context.commands that throw ClusteringFault
 void UpdateServiceGroupContextCommand.execute(ConfigurationContext configContext)
           
 void UpdateServiceContextCommand.execute(ConfigurationContext configurationContext)
           
 void UpdateConfigurationContextCommand.execute(ConfigurationContext configurationContext)
           
 void DeleteServiceGroupContextCommand.execute(ConfigurationContext configurationContext)
           
 void DeleteServiceContextCommand.execute(ConfigurationContext configurationContext)
           
 void ContextClusteringCommandCollection.execute(ConfigurationContext configContext)
           
 

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

Methods in org.apache.axis2.clustering.control that throw ClusteringFault
 void GetStateResponseCommand.execute(ConfigurationContext configContext)
           
 void GetStateCommand.execute(ConfigurationContext configCtx)
           
 void GetConfigurationResponseCommand.execute(ConfigurationContext configContext)
           
 void GetConfigurationCommand.execute(ConfigurationContext configCtx)
           
abstract  void ControlCommand.execute(ConfigurationContext configurationContext)
          Execute this command
 

Uses of ClusteringFault in org.apache.axis2.clustering.control.wka
 

Methods in org.apache.axis2.clustering.control.wka that throw ClusteringFault
 void MemberListCommand.execute(ConfigurationContext configurationContext)
           
 void MemberJoinedCommand.execute(ConfigurationContext configurationContext)
           
 void JoinGroupCommand.execute(ConfigurationContext configurationContext)
           
 

Uses of ClusteringFault in org.apache.axis2.clustering.tribes
 

Methods in org.apache.axis2.clustering.tribes that throw ClusteringFault
 void WkaBasedMembershipScheme.init()
          Configure the membership related to the WKA based scheme
 void TribesClusterManager.init()
          Initialize the cluster.
 void MulticastBasedMembershipScheme.init()
           
 void WkaBasedMembershipScheme.joinGroup()
          JOIN the group and get the member list
 void MulticastBasedMembershipScheme.joinGroup()
           
 void ChannelSender.sendToGroup(ClusteringCommand msg)
           
 void ChannelSender.sendToMember(ClusteringCommand cmd, org.apache.catalina.tribes.Member member)
           
 void ChannelSender.sendToSelf(ClusteringCommand msg)
           
 void TribesClusterManager.shutdown()
          Shutdown the cluster.
 

Uses of ClusteringFault in org.apache.axis2.receivers
 

Methods in org.apache.axis2.receivers that throw ClusteringFault
protected  void AbstractMessageReceiver.replicateState(MessageContext messageContext)
           
 



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