com.opensymphony.workflow.spi.ejb
Class PreviousCurrentStepEJB
java.lang.Object
com.opensymphony.workflow.spi.ejb.PreviousStepEJB
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
| 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 |
PreviousCurrentStepEJB
public PreviousCurrentStepEJB()
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