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

Packages that use INotify
com.netscape.certsrv.request   
 

Uses of INotify in com.netscape.certsrv.request
 

Subinterfaces of INotify in com.netscape.certsrv.request
 interface IRequestNotifier
          IRequestNotifier interface defines methods to register listeners,
 

Classes in com.netscape.certsrv.request that implement INotify
 class ARequestNotifier
          The ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.
 

Methods in com.netscape.certsrv.request that return INotify
 INotify IRequestQueue.getPendingNotify()
          Retrieves the notifier for pending request.
 

Methods in com.netscape.certsrv.request with parameters of type INotify
 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.