Package com.netscape.cms.request
Class RequestScheduler
java.lang.Object
com.netscape.cms.request.RequestScheduler
- All Implemented Interfaces:
IRequestScheduler
This class represents 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$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Request entered the request queue processing.void
Request exited the request queue processing.
-
Constructor Details
-
RequestScheduler
public RequestScheduler()
-
-
Method Details
-
requestIn
Request entered the request queue processing.- Specified by:
requestIn
in interfaceIRequestScheduler
- Parameters:
r
- request
-
requestOut
Request exited the request queue processing.- Specified by:
requestOut
in interfaceIRequestScheduler
- Parameters:
r
- request
-