Uses of Interface
com.netscape.certsrv.request.IService

Packages that use IService
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
 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
 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
 IRequestQueue IRequestSubsystem.getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n)
          Retrieves a request queue.
 IRequestQueue IRequestSubsystem.getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)
          Retrieves a request queue.