Uses of Class
org.apache.axis2.clustering.management.GroupManagementCommand
-
Packages that use GroupManagementCommand Package Description org.apache.axis2.clustering.management org.apache.axis2.clustering.management.commands -
-
Uses of GroupManagementCommand in org.apache.axis2.clustering.management
Methods in org.apache.axis2.clustering.management with parameters of type GroupManagementCommand Modifier and Type Method Description void
DefaultGroupManagementAgent. send(GroupManagementCommand command)
void
GroupManagementAgent. send(GroupManagementCommand command)
Send a GroupManagementCommand to the group -
Uses of GroupManagementCommand in org.apache.axis2.clustering.management.commands
Subclasses of GroupManagementCommand 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
-