fipaos.agent.task.event
Class MessageDeliveryFailureEvent

java.lang.Object
  |
  +--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
 Message getMessage()
          Get the Message that was undeliverable
 void removeReferences()
          Removes all references to other objects to aid garbage collection
 
Methods inherited from class fipaos.agent.task.event.TaskEvent
getTimeSinceTimestamp, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Overrides:
removeReferences in class TaskEvent