|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.message.ReceptionHistory
This class represent an ordered list of reception events.
Constructor Summary | |
ReceptionHistory()
Create a new reception history |
Method Summary | |
void |
compactHistory()
Called to delete unusefull elements in this history. |
void |
confirmLastUpdate()
Called when an update is confirmed. |
long |
getLastCommited()
|
long |
getLastRecoverable()
|
java.util.List |
getRecoverableHistory()
Called only on recovery of the system. |
void |
goToNextBase(long nextBase)
This method is called when elements between base and nextBase are no more usefull : there a included in the state represented by the last recovery line. |
void |
updateHistory(HistoryUpdater hu)
Update this history up to last; |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReceptionHistory()
Method Detail |
public void updateHistory(HistoryUpdater hu)
hu
- the history updater that must be used.public void goToNextBase(long nextBase)
nextBase
- the new base of history.public void confirmLastUpdate()
public long getLastCommited()
public long getLastRecoverable()
public java.util.List getRecoverableHistory()
public void compactHistory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |