|
|||||||||||
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
|
Constructor Summary | |
RecoveryTask(int id,
AbstractTask task)
Constructs a new RecoveryTask instance. |
Method Summary | |
int |
getId()
Returns the id. |
AbstractTask |
getTask()
Returns the task. |
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 AbstractTask task
Constructor Detail |
public RecoveryTask(int id, AbstractTask task)
RecoveryTask
instance.
id
- task id in the recovery logtask
- task to be executedMethod Detail |
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 |