com.opensymphony.workflow.ejb
Class WorkflowEJB

java.lang.Object
  |
  +--com.opensymphony.workflow.AbstractWorkflow
        |
        +--com.opensymphony.workflow.ejb.WorkflowEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean, Workflow

public class WorkflowEJB
extends AbstractWorkflow
implements javax.ejb.SessionBean

Version:
$Revision: 1.28 $
Author:
Patrick Lightbody
See Also:
Serialized Form

Fields inherited from class com.opensymphony.workflow.AbstractWorkflow
context
 
Constructor Summary
WorkflowEJB()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbPostCreate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext context)
           
 
Methods inherited from class com.opensymphony.workflow.AbstractWorkflow
canInitialize, createEntry, createVariableMap, doAction, evaluateExpression, executeFunction, executeTriggerFunction, getActionableSteps, getActionName, getAvailableActions, getCurrentStatus, getHistory, getPersistence, getPropertySet, getSecurityPermissions, getStepName, getWorkflow, initialize, isInitialized, loadConfig, setBshVariables, translateVariables, validRole, verifyInputs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowEJB

public WorkflowEJB()
Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate()
                   throws javax.ejb.CreateException

setSessionContext

public void setSessionContext(javax.ejb.SessionContext context)
Specified by:
setSessionContext in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

See www.opensymphony.com for more information.