com.googlecode.jpattern.service.transaction
Class TransactionRollbackCommand
java.lang.Object
com.googlecode.jpattern.core.command.ICommand
com.googlecode.jpattern.core.command.ACommand
com.googlecode.jpattern.service.transaction.TransactionRollbackCommand
- All Implemented Interfaces:
- Serializable, Runnable
public class TransactionRollbackCommand
- extends ACommand
- Author:
- Francesco Cina'
22 Apr 2011
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionRollbackCommand
public TransactionRollbackCommand(ATransactionDefinition transactionDefinition)
TransactionRollbackCommand
public TransactionRollbackCommand(ATransactionDefinition transactionDefinition,
ICommand previousCommand)
result
protected void result(ICommandResult result)
- Specified by:
result in class ACommand
internalRollBack
protected void internalRollBack(ICommandResult result)
- Specified by:
internalRollBack in class ACommand
Copyright © 2011. All Rights Reserved.