Class GetConfigurationResponseCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.control.ControlCommand
-
- org.apache.axis2.clustering.control.GetConfigurationResponseCommand
-
- All Implemented Interfaces:
Serializable
public class GetConfigurationResponseCommand extends ControlCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetConfigurationResponseCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ConfigurationContext configContext)
Execute this commandvoid
setServiceGroups(String[] serviceGroups)
String
toString()
-
-
-
Method Detail
-
execute
public void execute(ConfigurationContext configContext) throws ClusteringFault
Description copied from class:ControlCommand
Execute this command- Specified by:
execute
in classControlCommand
- Throws:
ClusteringFault
-
setServiceGroups
public void setServiceGroups(String[] serviceGroups)
-
-