Uses of Interface
com.netscape.certsrv.request.IRequestQueue
-
-
Uses of IRequestQueue in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return IRequestQueue Modifier and Type Method Description IRequestQueueIAuthority. getRequestQueue()Retrieves the request queue for the Authority. -
Uses of IRequestQueue in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra that return IRequestQueue Modifier and Type Method Description IRequestQueueIKeyRecoveryAuthority. getRequestQueue()Retrieves KRA request repository. -
Uses of IRequestQueue in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return IRequestQueue Modifier and Type Method Description IRequestQueueIRegistrationAuthority. getRequestQueue()Retrieves the request queue of this registration authority. -
Uses of IRequestQueue in com.netscape.certsrv.tks
Methods in com.netscape.certsrv.tks that return IRequestQueue Modifier and Type Method Description IRequestQueueITKSAuthority. getRequestQueue()Retrieves the request queue of this registration authority. -
Uses of IRequestQueue in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return IRequestQueue Modifier and Type Method Description IRequestQueueEnrollProfile. getRequestQueue()abstract IRequestQueueProfile. getRequestQueue()Retrieves the request queue that is associated with this profile. -
Uses of IRequestQueue in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as IRequestQueue Modifier and Type Field Description protected IRequestQueueCMSServlet. mRequestQueue -
Uses of IRequestQueue in com.netscape.cms.servlet.cert
Fields in com.netscape.cms.servlet.cert declared as IRequestQueue Modifier and Type Field Description protected IRequestQueueGetCertFromRequest. mQueue -
Uses of IRequestQueue in com.netscape.cms.servlet.request
Fields in com.netscape.cms.servlet.request declared as IRequestQueue Modifier and Type Field Description protected IRequestQueueCMSRequestDAO. queue -
Uses of IRequestQueue in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IRequestQueue Modifier and Type Class Description classARequestQueueThe ARequestQueue class is an abstract class that implements most portions of the IRequestQueue interface.classRequestQueueMethods in com.netscape.cmscore.request that return IRequestQueue Modifier and Type Method Description IRequestQueueRequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)Retrieves a request queue. -
Uses of IRequestQueue in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return IRequestQueue Modifier and Type Method Description IRequestQueueICertificateAuthority. getRequestQueue()Retrieves the request queue of this certificate authority.
-