public class TestRollbackHandler extends Object implements RollbackHandler<CheckoutSeed>
| Constructor and Description |
|---|
TestRollbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
@Transactional(value="blTransactionManager") public void rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String,Object> stateConfiguration) throws RollbackFailureException
rollbackState in interface RollbackHandler<CheckoutSeed>RollbackFailureExceptionCopyright © 2015. All rights reserved.