Uses of Interface
com.netscape.certsrv.request.INotify
-
Packages that use INotify Package Description com.netscape.certsrv.request com.netscape.cmscore.request -
-
Uses of INotify in com.netscape.certsrv.request
Subinterfaces of INotify in com.netscape.certsrv.request Modifier and Type Interface Description interfaceIRequestNotifierIRequestNotifier interface defines methods to register listeners, -
Uses of INotify in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement INotify Modifier and Type Class Description classRequestNotifierThe ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.Methods in com.netscape.cmscore.request that return INotify Modifier and Type Method Description INotifyARequestQueue. getPendingNotify()Retrieves the notifier for pending request.Constructors in com.netscape.cmscore.request with parameters of type INotify Constructor Description ARequestQueue(IPolicy policy, IService service, INotify notify, INotify pendingNotify)RequestQueue(DBSubsystem dbSubsystem, RequestRepository requestRepository, IPolicy policy, IService service, INotify notifier, INotify pendingNotifier)Create a request queue.
-