|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.protocols.cic.CheckpointInfoCIC
This class contains several informations about a checkpoint. in the context of the CIC protocol.
Field Summary | |
int |
checkpointIndex
The index of the linked checkpoint |
java.util.Vector |
history
The history of the linked checkpoint, i.e. a list of awaited request that have to be append to the request queue on recovery from the linked checkpoint |
int |
historyStartIndex
The index of the first history element |
Request |
pendingRequest
The pending request when the checkpoint has occured, This request must be first served on recovery from the linked checkpoint |
java.util.Vector |
replyToResend
The logged replies, i.e. replies that have to be resend on recovery from the linked checkpoint |
java.util.Vector |
requestToResend
The logged requests, i.e. requests that have to be resend on recovery from the linked checkpoint |
Constructor Summary | |
CheckpointInfoCIC()
|
Method Summary | |
java.lang.String |
toString()
"Pretty" printing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int checkpointIndex
public java.util.Vector requestToResend
public java.util.Vector replyToResend
public Request pendingRequest
public java.util.Vector history
public int historyStartIndex
Constructor Detail |
public CheckpointInfoCIC()
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |