org.apache.cxf.ws.rm.soap
Class RetransmissionQueueImpl.ResendInitiator

java.lang.Object
  extended by org.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.ResendInitiator
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
RetransmissionQueueImpl

protected class RetransmissionQueueImpl.ResendInitiator
extends java.lang.Object
implements java.lang.Runnable

Manages scheduling of resend attempts. A single task runs every base transmission interval, determining which resend candidates are due a resend attempt.


Constructor Summary
protected RetransmissionQueueImpl.ResendInitiator()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetransmissionQueueImpl.ResendInitiator

protected RetransmissionQueueImpl.ResendInitiator()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2006 Apache Software Foundation. All Rights Reserved.