org.apache.axis2.clustering.configuration.commands
Class ApplyServicePolicyCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.configuration.ConfigurationClusteringCommand
          extended by org.apache.axis2.clustering.configuration.commands.ApplyServicePolicyCommand
All Implemented Interfaces:
java.io.Serializable

public class ApplyServicePolicyCommand
extends ConfigurationClusteringCommand

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.clustering.configuration.ConfigurationClusteringCommand
APPLY_SERVICE_POLICY, COMMIT, EXCEPTION, LOAD_SERVICE_GROUPS, PREPARE, RELOAD_CONFIGURATION, ROLLBACK, UNLOAD_SERVICE_GROUPS
 
Constructor Summary
ApplyServicePolicyCommand()
           
 
Method Summary
 void commit(ConfigurationContext configContext)
           
 int getCommandType()
           
 void prepare(ConfigurationContext configContext)
           
 void process(ConfigurationContext confiCtx)
           
 void rollback(ConfigurationContext configContext)
           
 void setPolicy(java.lang.String policy)
           
 void setServiceName(java.lang.String serviceName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplyServicePolicyCommand

public ApplyServicePolicyCommand()
Method Detail

process

public void process(ConfigurationContext confiCtx)
             throws java.lang.Exception
Specified by:
process in class ConfigurationClusteringCommand
Throws:
java.lang.Exception

prepare

public void prepare(ConfigurationContext configContext)
Specified by:
prepare in class ConfigurationClusteringCommand

commit

public void commit(ConfigurationContext configContext)
            throws java.lang.Exception
Specified by:
commit in class ConfigurationClusteringCommand
Throws:
java.lang.Exception

rollback

public void rollback(ConfigurationContext configContext)
              throws java.lang.Exception
Specified by:
rollback in class ConfigurationClusteringCommand
Throws:
java.lang.Exception

toString

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

getCommandType

public int getCommandType()
Specified by:
getCommandType in class ConfigurationClusteringCommand

setPolicy

public void setPolicy(java.lang.String policy)

setServiceName

public void setServiceName(java.lang.String serviceName)


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