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,Methods in com.netscape.certsrv.request that return INotify Modifier and Type Method Description INotifyIRequestQueue. getPendingNotify()Retrieves the notifier for pending request. -
Uses of INotify in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement INotify Modifier and Type Class Description classARequestNotifierThe 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()Methods in com.netscape.cmscore.request with parameters of type INotify 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.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, java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotify)
-