com.opensymphony.workflow.spi.ejb
Class PreviousHistoryStepEJB

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

public abstract class PreviousHistoryStepEJB
extends PreviousStepEJB

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

Constructor Summary
PreviousHistoryStepEJB()
           
 
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

PreviousHistoryStepEJB

public PreviousHistoryStepEJB()
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