public class ActivityRecoveryDaoImpl extends HibernateDao implements org.apache.ode.bpel.dao.ActivityRecoveryDAO
ActivityRecoveryDao implementation_hobj, _sm| Constructor and Description |
|---|
ActivityRecoveryDaoImpl(SessionManager sm,
HActivityRecovery recovery) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActions() |
java.lang.String[] |
getActionsList() |
long |
getActivityId() |
java.lang.String |
getChannel() |
java.util.Date |
getDateTime() |
org.w3c.dom.Element |
getDetails() |
java.lang.String |
getReason() |
int |
getRetries() |
deleteByColumn, deleteByIds, equals, getDHandle, getHibernateObj, getId, getSession, hashCode, updatepublic ActivityRecoveryDaoImpl(SessionManager sm, HActivityRecovery recovery)
public long getActivityId()
getActivityId in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic java.lang.String getChannel()
getChannel in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic java.lang.String getReason()
getReason in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic java.util.Date getDateTime()
getDateTime in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic org.w3c.dom.Element getDetails()
getDetails in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic java.lang.String getActions()
getActions in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic java.lang.String[] getActionsList()
getActionsList in interface org.apache.ode.bpel.dao.ActivityRecoveryDAOpublic int getRetries()
getRetries in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO