Uses of Class
org.apache.axis2.clustering.ClusteringFault
-
Packages that use ClusteringFault Package Description org.apache.axis2.clustering org.apache.axis2.clustering.management org.apache.axis2.clustering.state org.apache.axis2.receivers -
-
Uses of ClusteringFault in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that throw ClusteringFault Modifier and Type Method Description abstract voidClusteringCommand. execute(ConfigurationContext configContext)voidClusteringAgent. init()Initialize this node, and join the clusterList<ClusteringCommand>ClusteringAgent. 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 ClusteringFault Modifier and Type Method Description voidNodeManager. 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 ClusteringFault Modifier and Type Method Description voidStateManager. 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 ClusteringFault Modifier and Type Method Description protected voidAbstractMessageReceiver. replicateState(MessageContext messageContext)
-