com.opensymphony.workflow.spi.ejb
Class PreviousCurrentStepEJB

java.lang.Object
  extended by com.opensymphony.workflow.spi.ejb.PreviousStepEJB
      extended by com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
Direct Known Subclasses:
CurrentStepPrevCMP

public abstract class PreviousCurrentStepEJB
extends PreviousStepEJB

Author:
Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM
See Also:
Serialized Form

Constructor Summary
PreviousCurrentStepEJB()
           
 
Method Summary
 PreviousStepPK ejbCreate(long id, long previousId)
           
 void ejbPostCreate(long id, long previousId)
           
 
Methods inherited from class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
getId, getPreviousId, setId, setPreviousId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EntityBean
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext
 

Constructor Detail

PreviousCurrentStepEJB

public PreviousCurrentStepEJB()
Method Detail

ejbCreate

public PreviousStepPK ejbCreate(long id,
                                long previousId)
                         throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(long id,
                          long previousId)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

OpenSymphony Workflow Project Page