Uses of Class
org.apache.axis2.clustering.ClusteringCommand
-
-
Uses of ClusteringCommand in org.apache.axis2.clustering
Subclasses of ClusteringCommand in org.apache.axis2.clustering Modifier and Type Class Description class
ClusteringMessage
This is a special ClusteringCommand which is used for messaging.Methods in org.apache.axis2.clustering that return ClusteringCommand Modifier and Type Method Description abstract ClusteringCommand
ClusteringMessage. getResponse()
Get the response for this messageMethods in org.apache.axis2.clustering that return types with arguments of type ClusteringCommand Modifier and Type Method Description List<ClusteringCommand>
ClusteringAgent. sendMessage(ClusteringMessage msg, boolean isRpcMessage)
Send a message to all members in this member's primary clusterMethods in org.apache.axis2.clustering with parameters of type ClusteringCommand Modifier and Type Method Description void
MessageSender. sendToGroup(ClusteringCommand msg)
void
MessageSender. sendToSelf(ClusteringCommand msg)
-
Uses of ClusteringCommand in org.apache.axis2.clustering.control
Subclasses of ClusteringCommand in org.apache.axis2.clustering.control Modifier and Type Class Description class
ControlCommand
Represents a Control command sent from one Node to anotherclass
GetConfigurationCommand
class
GetConfigurationResponseCommand
class
GetStateCommand
class
GetStateResponseCommand
-
Uses of ClusteringCommand in org.apache.axis2.clustering.control.wka
Subclasses of ClusteringCommand in org.apache.axis2.clustering.control.wka Modifier and Type Class Description class
JoinGroupCommand
This is the message a member will send to another member when it intends to join a group.class
MemberJoinedCommand
This is the notification message a member will send to all others in the group after it has joined the group.class
MemberListCommand
When a new member wishes to join a group, it will send aJoinGroupCommand
message to a known member. -
Uses of ClusteringCommand in org.apache.axis2.clustering.management
Subclasses of ClusteringCommand in org.apache.axis2.clustering.management Modifier and Type Class Description class
GroupManagementCommand
class
NodeManagementCommand
This class represents the 2-phase commit protocol, where an event is processed, the system is prepared to switch to a new configuration based on the processed event, and finally commits the new configuration (i.e. the system switches to the new configuration). -
Uses of ClusteringCommand in org.apache.axis2.clustering.management.commands
Subclasses of ClusteringCommand in org.apache.axis2.clustering.management.commands Modifier and Type Class Description class
ShutdownMemberCommand
This command is sent when a node in the cluster needs to be shutdown -
Uses of ClusteringCommand in org.apache.axis2.clustering.state
Subclasses of ClusteringCommand in org.apache.axis2.clustering.state Modifier and Type Class Description class
StateClusteringCommand
-
Uses of ClusteringCommand in org.apache.axis2.clustering.state.commands
Subclasses of ClusteringCommand in org.apache.axis2.clustering.state.commands Modifier and Type Class Description class
DeleteServiceGroupStateCommand
class
DeleteServiceStateCommand
class
StateClusteringCommandCollection
A StateClusteringCommand consisting of a collection of other StateClusteringCommandsclass
UpdateConfigurationStateCommand
class
UpdateServiceGroupStateCommand
class
UpdateServiceStateCommand
class
UpdateStateCommand
-
Uses of ClusteringCommand in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that return types with arguments of type ClusteringCommand Modifier and Type Method Description List<ClusteringCommand>
TribesClusteringAgent. sendMessage(ClusteringMessage message, boolean isRpcMessage)
Methods in org.apache.axis2.clustering.tribes with parameters of type ClusteringCommand Modifier and Type Method Description 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)
-