|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Chunk interface for causality sorted messages. The causality process requires an identifier of the sending process, of the receiver process, and a stamp
MatrixClock
Field Summary | |
static String |
DEFAULT_NAME
The default name for chunks of this type |
static ChunkType |
TYPE
The Chunk type of chunks that implements this interface. |
Method Summary | |
Object |
getCausalityStamp()
Returns the causality stamp of this chunk |
void |
setCausalityStamp(Object stamp)
Set the causality stamp of this chunk |
Field Detail |
public static final String DEFAULT_NAME
public static final ChunkType TYPE
Method Detail |
public Object getCausalityStamp()
public void setCausalityStamp(Object stamp)
stamp
- the stamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |