org.apache.axis2.clustering.configuration.commands
Class ExceptionCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.configuration.ConfigurationClusteringCommand
org.apache.axis2.clustering.configuration.commands.ExceptionCommand
- All Implemented Interfaces:
- java.io.Serializable
public class ExceptionCommand
- extends ConfigurationClusteringCommand
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExceptionCommand
public ExceptionCommand(java.lang.Throwable exception)
getCommandType
public int getCommandType()
- Specified by:
getCommandType in class ConfigurationClusteringCommand
getException
public java.lang.Throwable getException()
setException
public void setException(java.lang.Throwable exception)
process
public void process(ConfigurationContext configContext)
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
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.