Uses of Interface
com.netscape.certsrv.request.IService
-
Packages that use IService Package Description com.netscape.certsrv.ca com.netscape.certsrv.ra com.netscape.certsrv.request -
-
Uses of IService in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return IService Modifier and Type Method Description IService
ICertificateAuthority. getCAService()
Retrieves the CA service object that is responsible for processing requests. -
Uses of IService in com.netscape.certsrv.ra
Subinterfaces of IService in com.netscape.certsrv.ra Modifier and Type Interface Description interface
IRAService
An interface representing a RA request services. -
Uses of IService in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request with parameters of type IService Modifier and Type Method Description IRequestQueue
IRequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)
Retrieves a request queue.
-