Class RequestScheduler

  • All Implemented Interfaces:
    com.netscape.certsrv.request.IRequestScheduler

    public class RequestScheduler
    extends java.lang.Object
    implements com.netscape.certsrv.request.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$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void requestIn​(com.netscape.certsrv.request.IRequest r)
      Request entered the request queue processing.
      void requestOut​(com.netscape.certsrv.request.IRequest r)
      Request exited the request queue processing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestScheduler

        public RequestScheduler()
    • Method Detail

      • requestIn

        public void requestIn​(com.netscape.certsrv.request.IRequest r)
        Request entered the request queue processing.
        Specified by:
        requestIn in interface com.netscape.certsrv.request.IRequestScheduler
        Parameters:
        r - request
      • requestOut

        public void requestOut​(com.netscape.certsrv.request.IRequest r)
        Request exited the request queue processing.
        Specified by:
        requestOut in interface com.netscape.certsrv.request.IRequestScheduler
        Parameters:
        r - request