Class UpdateServiceStateCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.state.StateClusteringCommand
org.apache.axis2.clustering.state.commands.UpdateStateCommand
org.apache.axis2.clustering.state.commands.UpdateServiceStateCommand
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
propertyUpdater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.axis2.context.ConfigurationContext configurationContext) void
setServiceGroupContextId
(String serviceGroupContextId) void
setServiceGroupName
(String serviceGroupName) void
setServiceName
(String serviceName) toString()
Methods inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
addProperty, isPropertiesEmpty
-
Field Details
-
serviceGroupName
-
serviceGroupContextId
-
serviceName
-
-
Constructor Details
-
UpdateServiceStateCommand
public UpdateServiceStateCommand()
-
-
Method Details
-
setServiceGroupName
-
setServiceName
-
setServiceGroupContextId
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFault - Specified by:
execute
in classorg.apache.axis2.clustering.ClusteringCommand
- Throws:
org.apache.axis2.clustering.ClusteringFault
-
toString
-