fipaos.agent.task.event
Class MessageDeliveryFailureEvent

fipaos.agent.task.event.TaskEvent
  |
  +--fipaos.agent.task.event.MessageDeliveryFailureEvent

public class MessageDeliveryFailureEvent
extends TaskEvent

Represents an event indicating that a Message was undeliverable


Constructor Summary
MessageDeliveryFailureEvent(Message msg)
          Create event

Method Summary
 MessagegetMessage()
          Get the Message that was undeliverable
 voidremoveReferences()
          Removes all references to other objects to aid garbage collection

Methods inherited from class fipaos.agent.task.event.TaskEvent
getTimeSinceTimestamp, getTimestamp

Constructor Detail

MessageDeliveryFailureEvent

public MessageDeliveryFailureEvent(Message msg)
Create event
Parameters:
msg - Message that was undeliverable
Method Detail

getMessage

public Message getMessage()
Get the Message that was undeliverable

removeReferences

public void removeReferences()
Removes all references to other objects to aid garbage collection

Association Links

to Class fipaos.mts.Message

Failed message