Uses of Class
org.apache.axis2.clustering.control.ControlCommand
-
Packages that use ControlCommand Package Description org.apache.axis2.clustering.control org.apache.axis2.clustering.control.wka -
-
Uses of ControlCommand in org.apache.axis2.clustering.control
Subclasses of ControlCommand in org.apache.axis2.clustering.control Modifier and Type Class Description class
GetConfigurationCommand
class
GetConfigurationResponseCommand
class
GetStateCommand
class
GetStateResponseCommand
-
Uses of ControlCommand in org.apache.axis2.clustering.control.wka
Subclasses of ControlCommand 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.
-