Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.wire
Class MessageId

java.lang.Object
  extended by org.apache.tuscany.spi.wire.MessageId

public class MessageId
extends Object

A unique identifier for a message flowing on a wire, potentially end-to-end (ie, through more than one SCAObject to SCAObject hop).


Constructor Summary
MessageId()
           
 
Method Summary
 long getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageId

public MessageId()
Method Detail

getTimestamp

public long getTimestamp()

toString

public String toString()
Overrides:
toString in class Object

Apache Tuscany SCA Kernel Sub-Project

-