org.broadleafcommerce.core.workflow.state
Class RollbackStateLocal

java.lang.Object
  extended by 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 Summary
RollbackStateLocal()
           
 
Method Summary
static RollbackStateLocal getRollbackStateLocal()
           
 String getThreadId()
           
 String getWorkflowId()
           
static void setRollbackStateLocal(RollbackStateLocal rollbackStateLocal)
           
 void setThreadId(String threadId)
           
 void setWorkflowId(String workflowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RollbackStateLocal

public RollbackStateLocal()
Method Detail

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.