org.apache.axis2.clustering.context.commands
Class UpdateServiceGroupContextCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.context.ContextClusteringCommand
          extended by org.apache.axis2.clustering.context.commands.UpdateContextCommand
              extended by org.apache.axis2.clustering.context.commands.UpdateServiceGroupContextCommand
All Implemented Interfaces:
Serializable

public class UpdateServiceGroupContextCommand
extends UpdateContextCommand

See Also:
Serialized Form

Field Summary
protected  String serviceGroupContextId
           
protected  String serviceGroupName
           
 
Fields inherited from class org.apache.axis2.clustering.context.commands.UpdateContextCommand
propertyUpdater
 
Constructor Summary
UpdateServiceGroupContextCommand()
           
 
Method Summary
 void execute(ConfigurationContext configContext)
           
 String getServiceGroupContextId()
           
 String getServiceGroupName()
           
 void setServiceGroupContextId(String serviceGroupContextId)
           
 void setServiceGroupName(String serviceGroupName)
           
 String toString()
           
 
Methods inherited from class org.apache.axis2.clustering.context.commands.UpdateContextCommand
addProperty, isPropertiesEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceGroupName

protected String serviceGroupName

serviceGroupContextId

protected String serviceGroupContextId
Constructor Detail

UpdateServiceGroupContextCommand

public UpdateServiceGroupContextCommand()
Method Detail

getServiceGroupName

public String getServiceGroupName()

setServiceGroupName

public void setServiceGroupName(String serviceGroupName)

getServiceGroupContextId

public String getServiceGroupContextId()

setServiceGroupContextId

public void setServiceGroupContextId(String serviceGroupContextId)

execute

public void execute(ConfigurationContext configContext)
             throws ClusteringFault
Specified by:
execute in class ContextClusteringCommand
Throws:
ClusteringFault

toString

public String toString()
Overrides:
toString in class Object


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