org.apache.axis2.clustering.control
Class ControlCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GetConfigurationCommand, GetConfigurationResponseCommand, GetStateCommand, GetStateResponseCommand, JoinGroupCommand, MemberJoinedCommand, MemberListCommand
public abstract class ControlCommand
- extends ClusteringCommand
Represents a Control command sent from one Node to another
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlCommand
public ControlCommand()
execute
public abstract void execute(ConfigurationContext configurationContext)
throws ClusteringFault
- Execute this command
- Specified by:
execute
in class ClusteringCommand
- Parameters:
configurationContext
-
- Throws:
ClusteringFault
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.