public class RollbackStateLocal extends Object
| Constructor and Description |
|---|
RollbackStateLocal() |
| Modifier and Type | Method and Description |
|---|---|
static RollbackStateLocal |
getRollbackStateLocal() |
String |
getThreadId() |
String |
getWorkflowId() |
static void |
setRollbackStateLocal(RollbackStateLocal rollbackStateLocal) |
void |
setThreadId(String threadId) |
void |
setWorkflowId(String workflowId) |
public static RollbackStateLocal getRollbackStateLocal()
public static void setRollbackStateLocal(RollbackStateLocal rollbackStateLocal)
public String getThreadId()
public void setThreadId(String threadId)
public String getWorkflowId()
public void setWorkflowId(String workflowId)
Copyright © 2014. All Rights Reserved.