com.netscape.certsrv.connector
Interface IResender

All Superinterfaces:
java.lang.Runnable

public interface IResender
extends java.lang.Runnable

Resend requests at intervals to the server to ensure completion of requests. Default interval is 5 minutes. The need to resend a message could arise due to an error or the fact that the message could not be serviced immediately.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 void addRequest(IRequest r)
          Adds the request to the resend queue.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

addRequest

void addRequest(IRequest r)
Adds the request to the resend queue.

Parameters:
r - Request to be placed on the resend queue.