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