com.opensymphony.workflow.basic
Class BasicWorkflowContext

java.lang.Object
  extended by com.opensymphony.workflow.basic.BasicWorkflowContext
All Implemented Interfaces:
WorkflowContext, Serializable
Direct Known Subclasses:
OfbizWorkflowContext

public class BasicWorkflowContext
extends Object
implements WorkflowContext

DOCUMENT ME!

Version:
$Revision: 1.2 $
Author:
$author$
See Also:
Serialized Form

Constructor Summary
BasicWorkflowContext(String caller)
           
 
Method Summary
 String getCaller()
           
 void setRollbackOnly()
          Sets the current transaction to be rolled back.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWorkflowContext

public BasicWorkflowContext(String caller)
Method Detail

getCaller

public String getCaller()
Specified by:
getCaller in interface WorkflowContext
Returns:
the workflow caller.

setRollbackOnly

public void setRollbackOnly()
Description copied from interface: WorkflowContext
Sets the current transaction to be rolled back.

Specified by:
setRollbackOnly in interface WorkflowContext

OpenSymphony Workflow Project Page