com.netscape.certsrv.request
Interface IRequestScheduler

All Known Implementing Classes:
RequestScheduler

public interface IRequestScheduler

This is an interface to a request scheduler that prioritizes the threads based on the request processing order. The request that enters the request queue first should be processed first.

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

Method Summary
 void requestIn(IRequest r)
          Request entered the request queue processing.
 void requestOut(IRequest r)
          Request exited the request queue processing.
 

Method Detail

requestIn

void requestIn(IRequest r)
Request entered the request queue processing.

Parameters:
r - request

requestOut

void requestOut(IRequest r)
Request exited the request queue processing.

Parameters:
r - request