fipaos.agent.conversation.standard
Class ConversationImpl.MessageDetails


class ConversationImpl.MessageDetails
implements Cloneable, Serializable

Class to contain information about a message


Field Summary
 Message_msg
          Message that this object is representing
 long_timeout
          Duration of the timeout for the last message added
 long_timestamp
          Local time of message receipt

Method Summary
 Objectclone()
           
 StringtoString()
          Overrides default toString()

Field Detail

_msg

public Message _msg
Message that this object is representing

_timeout

public long _timeout
Duration of the timeout for the last message added

_timestamp

public long _timestamp
Local time of message receipt
Method Detail

clone

public Object clone()

toString

public String toString()
Overrides default toString()

Association Links

to Class fipaos.mts.Message

Message that this object is representing