fipaos.agent.conversation.lightweight
Class LightweightConversationImpl.MessageDetails


class LightweightConversationImpl.MessageDetails
implements Cloneable, Serializable

Class to contain information about a message


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

Method Summary
 Objectclone()
          Overriding clone().
 StringtoString()
          Overrides default toString().

Field Detail

_msg

public Message _msg
Message that this object is representing

_sender_number

public int _sender_number
Participant number of sender

_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()
Overriding clone().
Returns: cloned object

toString

public String toString()
Overrides default toString().
Returns: stringified object

Association Links

to Class fipaos.mts.Message

Message that this object is representing