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

Packages that use ClusteringFault
org.apache.axis2.clustering   
org.apache.axis2.clustering.control   
org.apache.axis2.clustering.control.wka   
org.apache.axis2.clustering.management   
org.apache.axis2.clustering.management.commands   
org.apache.axis2.clustering.state   
org.apache.axis2.clustering.state.commands   
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
abstract  void ClusteringCommand.execute(ConfigurationContext configContext)
           
 void MembershipScheme.init()
          Initialize this membership scheme
 void ClusteringAgent.init()
          Initialize this node, and join the cluster
 void MembershipScheme.joinGroup()
          JOIN the group
 List<ClusteringCommand> ClusteringAgent.sendMessage(ClusteringMessage msg, boolean isRpcMessage)
          Send a message to all members in this member's primary cluster
 void MessageSender.sendToGroup(ClusteringCommand msg)
           
 void MessageSender.sendToSelf(ClusteringCommand msg)
           
 void ClusteringAgent.shutdown()
          Disconnect this node from the cluster.
 

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

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

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

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

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

Methods in org.apache.axis2.clustering.management that throw ClusteringFault
 void DefaultNodeManager.commit()
           
 void NodeManager.commit()
          Second phase of the 2-phase commit protocol.
 void DefaultNodeManager.exceptionOccurred(Throwable throwable)
           
 void NodeManager.exceptionOccurred(Throwable throwable)
          To notify other nodes that an Exception occurred, during the processing of a NodeManagementCommand
 void DefaultNodeManager.prepare()
           
 void NodeManager.prepare()
          First phase of the 2-phase commit protocol.
 void DefaultNodeManager.rollback()
           
 void NodeManager.rollback()
          Rollback whatever was done
 void DefaultGroupManagementAgent.send(GroupManagementCommand command)
           
 void GroupManagementAgent.send(GroupManagementCommand command)
          Send a GroupManagementCommand to the group
protected  void DefaultNodeManager.send(Throwable throwable)
           
 void DefaultNodeManager.sendMessage(NodeManagementCommand command)
           
 void NodeManager.sendMessage(NodeManagementCommand command)
          Execute a NodeManagementCommand
 

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

Methods in org.apache.axis2.clustering.management.commands that throw ClusteringFault
 void ShutdownMemberCommand.execute(ConfigurationContext configContext)
           
 

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

Methods in org.apache.axis2.clustering.state that throw ClusteringFault
static StateClusteringCommand StateClusteringCommandFactory.getUpdateCommand(AbstractContext context, String[] propertyNames)
           
 void DefaultStateManager.removeContext(AbstractContext context)
           
 void StateManager.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 DefaultStateManager.replicateState(StateClusteringCommand command)
           
 void StateManager.replicateState(StateClusteringCommand command)
          Replicate state using a custom StateClusteringCommand
static void Replicator.replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)
          Replicate state using a custom StateClusteringCommand
 void DefaultStateManager.updateContext(AbstractContext context)
           
 void StateManager.updateContext(AbstractContext context)
          This method is called when properties in an AbstractContext are updated.
 void DefaultStateManager.updateContext(AbstractContext context, String[] propertyNames)
           
 void StateManager.updateContext(AbstractContext context, String[] propertyNames)
          This method is called when one need to update/replicate only certains properties in the specified context
 void DefaultStateManager.updateContexts(AbstractContext[] contexts)
           
 void StateManager.updateContexts(AbstractContext[] contexts)
          This method is called when properties in a collection of AbstractContexts are updated.
 

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

Methods in org.apache.axis2.clustering.state.commands that throw ClusteringFault
 void DeleteServiceGroupStateCommand.execute(ConfigurationContext configurationContext)
           
 void DeleteServiceStateCommand.execute(ConfigurationContext configurationContext)
           
 void UpdateServiceGroupStateCommand.execute(ConfigurationContext configContext)
           
 void StateClusteringCommandCollection.execute(ConfigurationContext configContext)
           
 void UpdateServiceStateCommand.execute(ConfigurationContext configurationContext)
           
 void UpdateConfigurationStateCommand.execute(ConfigurationContext configurationContext)
           
 

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

Methods in org.apache.axis2.clustering.tribes that throw ClusteringFault
 void MulticastBasedMembershipScheme.init()
           
 void WkaBasedMembershipScheme.init()
          Configure the membership related to the WKA based scheme
 void TribesClusteringAgent.init()
          Initialize the cluster.
 void MulticastBasedMembershipScheme.joinGroup()
           
 void WkaBasedMembershipScheme.joinGroup()
          JOIN the group and get the member list
 List<ClusteringCommand> TribesClusteringAgent.sendMessage(ClusteringMessage message, boolean isRpcMessage)
           
 void ChannelSender.sendToGroup(ClusteringCommand msg)
           
 void ChannelSender.sendToGroup(ClusteringCommand msg, MembershipManager membershipManager, int additionalOptions)
           
 void ChannelSender.sendToMember(ClusteringCommand cmd, org.apache.catalina.tribes.Member member)
           
 void ChannelSender.sendToSelf(ClusteringCommand msg)
           
 void TribesClusteringAgent.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-2012 The Apache Software Foundation. All Rights Reserved.