|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.configuration.ConfigurationClusteringCommand
org.apache.axis2.clustering.configuration.commands.UnloadServiceGroupsCommand
public class UnloadServiceGroupsCommand
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 | |
---|---|
UnloadServiceGroupsCommand()
|
Method Summary | |
---|---|
void |
commit(ConfigurationContext configContext)
Commit the new configuration. |
int |
getCommandType()
Get the command type |
void |
prepare(ConfigurationContext configContext)
Prepare to switch to the new configuration |
void |
process(ConfigurationContext confiCtx)
Process the event. |
void |
rollback(ConfigurationContext configContext)
Rollback any changes carried out |
void |
setServiceGroupNames(String[] serviceGroupNames)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnloadServiceGroupsCommand()
Method Detail |
---|
public void process(ConfigurationContext confiCtx) throws Exception
ConfigurationClusteringCommand
event. The implementer of this interface will
need to cache the outcome of this processing.
- Specified by:
process
in class ConfigurationClusteringCommand
- Throws:
Exception
public void prepare(ConfigurationContext configContext)
ConfigurationClusteringCommand
prepare
in class ConfigurationClusteringCommand
public void commit(ConfigurationContext configContext) throws Exception
ConfigurationClusteringCommand
commit
in class ConfigurationClusteringCommand
Exception
public void rollback(ConfigurationContext configContext) throws Exception
ConfigurationClusteringCommand
rollback
in class ConfigurationClusteringCommand
Exception
public String toString()
toString
in class Object
public int getCommandType()
ConfigurationClusteringCommand
getCommandType
in class ConfigurationClusteringCommand
public void setServiceGroupNames(String[] serviceGroupNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |