Uses of Interface
com.netscape.certsrv.request.INotify
Packages that use INotify
-
Uses of INotify in com.netscape.certsrv.request
Subinterfaces of INotify in com.netscape.certsrv.requestModifier and TypeInterfaceDescriptioninterface
IRequestNotifier interface defines methods to register listeners, -
Uses of INotify in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement INotifyModifier and TypeClassDescriptionclass
The ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.Methods in com.netscape.cmscore.request that return INotifyModifier and TypeMethodDescriptionARequestQueue.getPendingNotify()
Retrieves the notifier for pending request.Constructors in com.netscape.cmscore.request with parameters of type INotifyModifierConstructorDescriptionprotected
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.