org.objectweb.proactive.core.body.ft.message
Class HistoryUpdater

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.message.HistoryUpdater
All Implemented Interfaces:
java.io.Serializable

public class HistoryUpdater
extends java.lang.Object
implements java.io.Serializable

This structure defines a part of a reception history. It is used to update a ReceptionHistory object.

Since:
3.0
Author:
cdelbe
See Also:
Serialized Form

Field Summary
 long base
          Reception index of the first element
 int checkpointIndex
          Index of the associated checkpoint
 java.util.List elements
          Reception events, i.e. id of the senders
 int incarnation
          Incarnation number of the sender
 long last
          Reception index of the last element
 UniqueID owner
          ID of the owner
 
Constructor Summary
HistoryUpdater(java.util.List elements, long base, long last, UniqueID owner, int checkpointIndex, int incarnation)
          Create an history updater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public java.util.List elements
Reception events, i.e. id of the senders


base

public long base
Reception index of the first element


last

public long last
Reception index of the last element


owner

public UniqueID owner
ID of the owner


checkpointIndex

public int checkpointIndex
Index of the associated checkpoint


incarnation

public int incarnation
Incarnation number of the sender

Constructor Detail

HistoryUpdater

public HistoryUpdater(java.util.List elements,
                      long base,
                      long last,
                      UniqueID owner,
                      int checkpointIndex,
                      int incarnation)
Create an history updater.

Parameters:
elements - Reception events, i.e. id of the senders
base - Reception index of the first element
last - Reception index of the last element
owner - ID of the owner
checkpointIndex - Index of the associated checkpoint
incarnation - Incarnation number of the sender


Copyright 2001-2005 INRIA All Rights Reserved.