Package org.objectweb.joram.mom.util
Class QueueDeliveryTimeTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.objectweb.joram.mom.util.QueueDeliveryTimeTask
-
-
Field Summary
Fields Modifier and Type Field Description private AgentIddestIdprivate Messagemsgprivate booleanthrowsExceptionOnFullDest
-
Constructor Summary
Constructors Constructor Description QueueDeliveryTimeTask(AgentId destId, Message msg, boolean throwsExceptionOnFullDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Task to execute: send a QueueDeliveryTimeNot to the related destination.-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Method Detail
-
run
public void run()
Task to execute: send a QueueDeliveryTimeNot to the related destination.- Specified by:
runin interfaceRunnable- Specified by:
runin classTimerTask- See Also:
ScheduleTask.run()
-
-