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.


Method Summary
 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()
           
 

Method Detail

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