org.apache.ode.bpel.dao
Interface ActivityRecoveryDAO
- All Known Implementing Classes:
- ActivityRecoveryDaoImpl, ActivityRecoveryDAOImpl
public interface ActivityRecoveryDAO
Activity recovery object. Registered when activity enters recovery state.
getActivityId
long getActivityId()
getChannel
java.lang.String getChannel()
getReason
java.lang.String getReason()
getDetails
org.w3c.dom.Element getDetails()
getDateTime
java.util.Date getDateTime()
getActions
java.lang.String getActions()
getActionsList
java.lang.String[] getActionsList()
getRetries
int getRetries()