Class NodeManagementCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.management.NodeManagementCommand
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
-
Constructor Details
-
NodeManagementCommand
public NodeManagementCommand()
-