Package com.netscape.certsrv.request
Interface IRequestScheduler
-
- All Known Implementing Classes:
RequestScheduler
public interface IRequestSchedulerThis 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$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrequestIn(IRequest r)Request entered the request queue processing.voidrequestOut(IRequest r)Request exited the request queue processing.
-