|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.recoverylog.RecoveryTask
Recovery task containing an AbstractTask and the id of the
task in the recovery log.
| Field Summary | |
private int |
id
|
private AbstractTask |
task
|
private long |
tid
|
| Constructor Summary | |
RecoveryTask(long tid,
int id,
AbstractTask task)
Constructs a new RecoveryTask instance. |
|
| Method Summary | |
int |
getId()
Returns the id. |
AbstractTask |
getTask()
Returns the task. |
long |
getTid()
Returns the tid value. |
void |
setId(int id)
Sets the id. |
void |
setTask(AbstractTask task)
Sets the task. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private int id
private long tid
private AbstractTask task
| Constructor Detail |
public RecoveryTask(long tid,
int id,
AbstractTask task)
RecoveryTask instance.
tid - transaction idid - task id in the recovery logtask - task to be executed| Method Detail |
public long getTid()
public int getId()
public AbstractTask getTask()
public void setId(int id)
id - the id to setpublic void setTask(AbstractTask task)
task - the task to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||