Class ShutdownMemberCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.management.GroupManagementCommand
org.apache.axis2.clustering.management.commands.ShutdownMemberCommand
- All Implemented Interfaces:
Serializable
public class ShutdownMemberCommand
extends org.apache.axis2.clustering.management.GroupManagementCommand
This command is sent when a node in the cluster needs to be shutdown
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.axis2.context.ConfigurationContext configContext)
-
Constructor Details
-
ShutdownMemberCommand
public ShutdownMemberCommand()
-
-
Method Details
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault - Specified by:
executein classorg.apache.axis2.clustering.ClusteringCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-