org.apache.axis2.clustering.state.commands
Class DeleteServiceGroupStateCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.state.StateClusteringCommand
          extended by org.apache.axis2.clustering.state.commands.DeleteServiceGroupStateCommand
All Implemented Interfaces:
Serializable

public class DeleteServiceGroupStateCommand
extends StateClusteringCommand

See Also:
Serialized Form

Constructor Summary
DeleteServiceGroupStateCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
           
 void setServiceGroupContextId(String serviceGroupContextId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteServiceGroupStateCommand

public DeleteServiceGroupStateCommand()
Method Detail

setServiceGroupContextId

public void setServiceGroupContextId(String serviceGroupContextId)

execute

public void execute(ConfigurationContext configurationContext)
             throws ClusteringFault
Specified by:
execute in class ClusteringCommand
Throws:
ClusteringFault


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.