com.opensymphony.workflow.ejb
Class EJBWorkflowContext

java.lang.Object
  |
  +--com.opensymphony.workflow.ejb.EJBWorkflowContext
All Implemented Interfaces:
WorkflowContext

public class EJBWorkflowContext
extends java.lang.Object
implements WorkflowContext


Constructor Summary
EJBWorkflowContext(javax.ejb.SessionContext context)
           
 
Method Summary
 java.lang.String getCaller()
           
 void setRollbackOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBWorkflowContext

public EJBWorkflowContext(javax.ejb.SessionContext context)
Method Detail

getCaller

public java.lang.String getCaller()
Specified by:
getCaller in interface WorkflowContext

setRollbackOnly

public void setRollbackOnly()
Specified by:
setRollbackOnly in interface WorkflowContext

See www.opensymphony.com for more information.