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
  • Constructor Details

    • RollbackStateLocal

      public RollbackStateLocal()
  • Method Details

    • getRollbackStateLocal

      public static RollbackStateLocal getRollbackStateLocal()
    • setRollbackStateLocal

      public static void setRollbackStateLocal(RollbackStateLocal rollbackStateLocal)
    • clearRollbackStateLocal

      public static void clearRollbackStateLocal()
    • getThreadId

      public String getThreadId()
    • setThreadId

      public void setThreadId(String threadId)
    • getWorkflowId

      public String getWorkflowId()
    • setWorkflowId

      public void setWorkflowId(String workflowId)