org.broadleafcommerce.core.workflow.state.test
Class TestRollbackHandler
java.lang.Object
org.broadleafcommerce.core.workflow.state.test.TestRollbackHandler
- All Implemented Interfaces:
- RollbackHandler
public class TestRollbackHandler
- extends Object
- implements RollbackHandler
Demonstrate a call to a RollbackHandler
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRollbackHandler
public TestRollbackHandler()
rollbackState
@Transactional(value="blTransactionManager")
public void rollbackState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
Map<String,Object> stateConfiguration)
throws RollbackFailureException
- Specified by:
rollbackState in interface RollbackHandler
- Throws:
RollbackFailureException
Copyright © 2013. All Rights Reserved.