Uses of Class
org.apache.axis2.clustering.ClusteringFault
-
-
Uses of ClusteringFault in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that throw ClusteringFault Modifier and Type Method Description abstract void
ClusteringCommand. execute(ConfigurationContext configContext)
void
ClusteringAgent. init()
Initialize this node, and join the clustervoid
MembershipScheme. init()
Initialize this membership schemevoid
MembershipScheme. joinGroup()
JOIN the groupList<ClusteringCommand>
ClusteringAgent. sendMessage(ClusteringMessage msg, boolean isRpcMessage)
Send a message to all members in this member's primary clustervoid
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 Modifier and Type Method Description abstract void
ControlCommand. execute(ConfigurationContext configurationContext)
Execute this commandvoid
GetConfigurationCommand. execute(ConfigurationContext configCtx)
void
GetConfigurationResponseCommand. execute(ConfigurationContext configContext)
void
GetStateCommand. execute(ConfigurationContext configCtx)
void
GetStateResponseCommand. execute(ConfigurationContext configContext)
-
Uses of ClusteringFault in org.apache.axis2.clustering.control.wka
Methods in org.apache.axis2.clustering.control.wka that throw ClusteringFault Modifier and Type Method Description void
JoinGroupCommand. execute(ConfigurationContext configurationContext)
void
MemberJoinedCommand. 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 Modifier and Type Method Description 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 aNodeManagementCommand
void
DefaultNodeManager. prepare()
void
NodeManager. prepare()
First phase of the 2-phase commit protocol.void
DefaultNodeManager. rollback()
void
NodeManager. rollback()
Rollback whatever was donevoid
DefaultGroupManagementAgent. send(GroupManagementCommand command)
protected void
DefaultNodeManager. send(Throwable throwable)
void
GroupManagementAgent. send(GroupManagementCommand command)
Send a GroupManagementCommand to the groupvoid
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 Modifier and Type Method Description void
ShutdownMemberCommand. execute(ConfigurationContext configContext)
-
Uses of ClusteringFault in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state that throw ClusteringFault Modifier and Type Method Description static StateClusteringCommand
StateClusteringCommandFactory. getUpdateCommand(AbstractContext context, String[] propertyNames)
void
DefaultStateManager. removeContext(AbstractContext context)
void
StateManager. removeContext(AbstractContext context)
This method is called whenAbstractContext
is removed from the systemstatic void
Replicator. replicate(AbstractContext abstractContext)
Replicate all serializable properties stored in the givenabstractContext
.static void
Replicator. replicate(AbstractContext abstractContext, String[] propertyNames)
Replicate all the properties given inpropertyNames
in the specifiedabstractContext
static void
Replicator. replicate(MessageContext msgContext)
Replicates all serializable properties in the ConfigurationContext, ServiceGroupContext & ServiceContextvoid
DefaultStateManager. replicateState(StateClusteringCommand command)
static void
Replicator. replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)
Replicate state using a custom StateClusteringCommandvoid
StateManager. replicateState(StateClusteringCommand command)
Replicate state using a custom StateClusteringCommandvoid
DefaultStateManager. updateContext(AbstractContext context)
void
DefaultStateManager. updateContext(AbstractContext context, String[] propertyNames)
void
StateManager. updateContext(AbstractContext context)
This method is called when properties in anAbstractContext
are updated.void
StateManager. updateContext(AbstractContext context, String[] propertyNames)
This method is called when one need to update/replicate only certains properties in the specifiedcontext
void
DefaultStateManager. updateContexts(AbstractContext[] contexts)
void
StateManager. updateContexts(AbstractContext[] contexts)
This method is called when properties in a collection ofAbstractContext
s are updated. -
Uses of ClusteringFault in org.apache.axis2.clustering.state.commands
Methods in org.apache.axis2.clustering.state.commands that throw ClusteringFault Modifier and Type Method Description void
DeleteServiceGroupStateCommand. execute(ConfigurationContext configurationContext)
void
DeleteServiceStateCommand. execute(ConfigurationContext configurationContext)
void
StateClusteringCommandCollection. execute(ConfigurationContext configContext)
void
UpdateConfigurationStateCommand. execute(ConfigurationContext configurationContext)
void
UpdateServiceGroupStateCommand. execute(ConfigurationContext configContext)
void
UpdateServiceStateCommand. execute(ConfigurationContext configurationContext)
-
Uses of ClusteringFault in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that throw ClusteringFault Modifier and Type Method Description void
MulticastBasedMembershipScheme. init()
void
TribesClusteringAgent. init()
Initialize the cluster.void
WkaBasedMembershipScheme. init()
Configure the membership related to the WKA based schemevoid
MulticastBasedMembershipScheme. joinGroup()
void
WkaBasedMembershipScheme. joinGroup()
JOIN the group and get the member listList<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 Modifier and Type Method Description protected void
AbstractMessageReceiver. replicateState(MessageContext messageContext)
-