org.apache.axis2.clustering.management.commands
Class ShutdownMemberCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.management.GroupManagementCommand
          extended by org.apache.axis2.clustering.management.commands.ShutdownMemberCommand
All Implemented Interfaces:
Serializable

public class ShutdownMemberCommand
extends GroupManagementCommand

This command is sent when a node in the cluster needs to be shutdown

See Also:
Serialized Form

Constructor Summary
ShutdownMemberCommand()
           
 
Method Summary
 void execute(ConfigurationContext configContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownMemberCommand

public ShutdownMemberCommand()
Method Detail

execute

public void execute(ConfigurationContext configContext)
             throws ClusteringFault
Specified by:
execute in class ClusteringCommand
Throws:
ClusteringFault


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.