org.apache.ode.daohib.bpel
Class ActivityRecoveryDaoImpl
java.lang.Object
org.apache.ode.daohib.bpel.HibernateDao
org.apache.ode.daohib.bpel.ActivityRecoveryDaoImpl
- All Implemented Interfaces:
- ActivityRecoveryDAO
public class ActivityRecoveryDaoImpl
- extends HibernateDao
- implements ActivityRecoveryDAO
Hibernate based ActivityRecoveryDao
implementation
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ActivityRecoveryDaoImpl
public ActivityRecoveryDaoImpl(SessionManager sm,
HActivityRecovery recovery)
getActivityId
public long getActivityId()
- Specified by:
getActivityId
in interface ActivityRecoveryDAO
getChannel
public java.lang.String getChannel()
- Specified by:
getChannel
in interface ActivityRecoveryDAO
getReason
public java.lang.String getReason()
- Specified by:
getReason
in interface ActivityRecoveryDAO
getDateTime
public java.util.Date getDateTime()
- Specified by:
getDateTime
in interface ActivityRecoveryDAO
getDetails
public org.w3c.dom.Element getDetails()
- Specified by:
getDetails
in interface ActivityRecoveryDAO
getActions
public java.lang.String getActions()
- Specified by:
getActions
in interface ActivityRecoveryDAO
getActionsList
public java.lang.String[] getActionsList()
- Specified by:
getActionsList
in interface ActivityRecoveryDAO
getRetries
public int getRetries()
- Specified by:
getRetries
in interface ActivityRecoveryDAO