|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusteringCommand in org.apache.axis2.clustering |
---|
Subclasses of ClusteringCommand in org.apache.axis2.clustering | |
---|---|
class |
ClusteringMessage
This is a special ClusteringCommand which is used for messaging. |
Methods in org.apache.axis2.clustering that return ClusteringCommand | |
---|---|
abstract ClusteringCommand |
ClusteringMessage.getResponse()
Get the response for this message |
Methods in org.apache.axis2.clustering that return types with arguments of type ClusteringCommand | |
---|---|
List<ClusteringCommand> |
ClusteringAgent.sendMessage(ClusteringMessage msg,
boolean isRpcMessage)
Send a message to all members in this member's primary cluster |
Methods in org.apache.axis2.clustering with parameters of type ClusteringCommand | |
---|---|
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 | |
---|---|
class |
ControlCommand
Represents a Control command sent from one Node to another |
class |
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 | |
---|---|
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 a JoinGroupCommand message to
a known member. |
Uses of ClusteringCommand in org.apache.axis2.clustering.management |
---|
Subclasses of ClusteringCommand in org.apache.axis2.clustering.management | |
---|---|
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. |
Uses of ClusteringCommand in org.apache.axis2.clustering.management.commands |
---|
Subclasses of ClusteringCommand in org.apache.axis2.clustering.management.commands | |
---|---|
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 | |
---|---|
class |
StateClusteringCommand
|
Uses of ClusteringCommand in org.apache.axis2.clustering.state.commands |
---|
Subclasses of ClusteringCommand in org.apache.axis2.clustering.state.commands | |
---|---|
class |
DeleteServiceGroupStateCommand
|
class |
DeleteServiceStateCommand
|
class |
StateClusteringCommandCollection
A StateClusteringCommand consisting of a collection of other StateClusteringCommands |
class |
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 | |
---|---|
List<ClusteringCommand> |
TribesClusteringAgent.sendMessage(ClusteringMessage message,
boolean isRpcMessage)
|
Methods in org.apache.axis2.clustering.tribes with parameters of type ClusteringCommand | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |