org.apache.axis2.clustering.management
Class NodeManagementCommand

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

public abstract class NodeManagementCommand
extends ClusteringCommand

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. the system switches to the new configuration). As can be seen, this is a 3-step process.

See Also:
Serialized Form

Constructor Summary
NodeManagementCommand()
           
 
Method Summary
 
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeManagementCommand

public NodeManagementCommand()


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