org.objectweb.dream.protocol.causality
Class BasicCausalityChunk

java.lang.Object
  extended byorg.objectweb.dream.protocol.causality.BasicCausalityChunk
All Implemented Interfaces:
CausalityChunk

public class BasicCausalityChunk
extends Object
implements CausalityChunk

Basic implementation of CausalityChunk


Field Summary
 
Fields inherited from interface org.objectweb.dream.protocol.causality.CausalityChunk
DEFAULT_NAME, TYPE
 
Constructor Summary
BasicCausalityChunk()
           
 
Method Summary
 Object getCausalityStamp()
          Returns the causality stamp of this chunk
 void setCausalityStamp(Object stamp)
          Set the causality stamp of this chunk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCausalityChunk

public BasicCausalityChunk()
Method Detail

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.