org.broadleafcommerce.core.workflow.state
Class RollbackStateLocal
java.lang.Object
org.broadleafcommerce.core.workflow.state.RollbackStateLocal
public class RollbackStateLocal
- extends Object
Handles the identification of the outermost workflow and the current thread so that the StateManager can
operate on the appropriate RollbackHandlers.
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollbackStateLocal
public RollbackStateLocal()
getRollbackStateLocal
public static RollbackStateLocal getRollbackStateLocal()
setRollbackStateLocal
public static void setRollbackStateLocal(RollbackStateLocal rollbackStateLocal)
getThreadId
public String getThreadId()
setThreadId
public void setThreadId(String threadId)
getWorkflowId
public String getWorkflowId()
setWorkflowId
public void setWorkflowId(String workflowId)
Copyright © 2013. All Rights Reserved.