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:
java.io.Serializable

public class UpdateServiceGroupContextCommand
extends UpdateContextCommand

See Also:
Serialized Form

Field Summary
protected  java.lang.String serviceGroupContextId
           
protected  java.lang.String serviceGroupName
           
 
Fields inherited from class org.apache.axis2.clustering.context.commands.UpdateContextCommand
propertyUpdater
 
Constructor Summary
UpdateServiceGroupContextCommand()
           
 
Method Summary
 void execute(ConfigurationContext configContext)
           
 java.lang.String getServiceGroupContextId()
           
 java.lang.String getServiceGroupName()
           
 void setServiceGroupContextId(java.lang.String serviceGroupContextId)
           
 void setServiceGroupName(java.lang.String serviceGroupName)
           
 java.lang.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 java.lang.String serviceGroupName

serviceGroupContextId

protected java.lang.String serviceGroupContextId
Constructor Detail

UpdateServiceGroupContextCommand

public UpdateServiceGroupContextCommand()
Method Detail

getServiceGroupName

public java.lang.String getServiceGroupName()

setServiceGroupName

public void setServiceGroupName(java.lang.String serviceGroupName)

getServiceGroupContextId

public java.lang.String getServiceGroupContextId()

setServiceGroupContextId

public void setServiceGroupContextId(java.lang.String serviceGroupContextId)

execute

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 Apache Web Services Project. All Rights Reserved.