org.objectweb.dream.protocol.causality
Class BasicCausalityChunk
java.lang.Object
org.objectweb.dream.protocol.causality.BasicCausalityChunk
- All Implemented Interfaces:
- CausalityChunk
- public class BasicCausalityChunk
- extends Object
- implements CausalityChunk
Basic implementation of CausalityChunk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCausalityChunk
public BasicCausalityChunk()
getCausalityStamp
public Object getCausalityStamp()
- Description copied from interface:
CausalityChunk
- Returns the causality stamp of this chunk
- Specified by:
getCausalityStamp
in interface CausalityChunk
- Returns:
- the causality stamp of this chunk
- See Also:
CausalityChunk.getCausalityStamp()
setCausalityStamp
public void setCausalityStamp(Object stamp)
- Description copied from interface:
CausalityChunk
- Set the causality stamp of this chunk
- Specified by:
setCausalityStamp
in interface CausalityChunk
- Parameters:
stamp
- the stamp- See Also:
CausalityChunk.setCausalityStamp(java.lang.Object)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.