Uses of Class
org.apache.axis2.clustering.ClusteringFault
Packages that use ClusteringFault
Package
Description
-
Uses of ClusteringFault in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that throw ClusteringFaultModifier and TypeMethodDescriptionabstract voidClusteringCommand.execute(ConfigurationContext configContext) voidClusteringAgent.init()Initialize this node, and join the clusterClusteringAgent.sendMessage(ClusteringMessage msg, boolean isRpcMessage) Send a message to all members in this member's primary clustervoidMessageSender.sendToGroup(ClusteringCommand msg) voidMessageSender.sendToSelf(ClusteringCommand msg) voidClusteringAgent.shutdown()Disconnect this node from the cluster. -
Uses of ClusteringFault in org.apache.axis2.clustering.management
Methods in org.apache.axis2.clustering.management that throw ClusteringFaultModifier and TypeMethodDescriptionvoidNodeManager.commit()Second phase of the 2-phase commit protocol.voidNodeManager.exceptionOccurred(Throwable throwable) To notify other nodes that an Exception occurred, during the processing of aNodeManagementCommandvoidNodeManager.prepare()First phase of the 2-phase commit protocol.voidNodeManager.rollback()Rollback whatever was donevoidGroupManagementAgent.send(GroupManagementCommand command) Send a GroupManagementCommand to the groupvoidNodeManager.sendMessage(NodeManagementCommand command) Execute a NodeManagementCommand -
Uses of ClusteringFault in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state that throw ClusteringFaultModifier and TypeMethodDescriptionvoidStateManager.removeContext(AbstractContext context) This method is called whenAbstractContextis removed from the systemstatic voidReplicator.replicate(AbstractContext abstractContext) Replicate all serializable properties stored in the givenabstractContext.static voidReplicator.replicate(AbstractContext abstractContext, String[] propertyNames) Replicate all the properties given inpropertyNamesin the specifiedabstractContextstatic voidReplicator.replicate(MessageContext msgContext) Replicates all serializable properties in the ConfigurationContext, ServiceGroupContext & ServiceContextstatic voidReplicator.replicateState(StateClusteringCommand command, AxisConfiguration axisConfig) Replicate state using a custom StateClusteringCommandvoidStateManager.replicateState(StateClusteringCommand command) Replicate state using a custom StateClusteringCommandvoidStateManager.updateContext(AbstractContext context) This method is called when properties in anAbstractContextare updated.voidStateManager.updateContext(AbstractContext context, String[] propertyNames) This method is called when one need to update/replicate only certains properties in the specifiedcontextvoidStateManager.updateContexts(AbstractContext[] contexts) This method is called when properties in a collection ofAbstractContexts are updated. -
Uses of ClusteringFault in org.apache.axis2.receivers
Methods in org.apache.axis2.receivers that throw ClusteringFaultModifier and TypeMethodDescriptionprotected voidAbstractMessageReceiver.replicateState(MessageContext messageContext)