Uses of Interface
com.netscape.certsrv.request.IRequestNotifier
-
Packages that use IRequestNotifier Package Description com.netscape.cmscore.request org.dogtagpki.server.ca -
-
Uses of IRequestNotifier in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IRequestNotifier Modifier and Type Class Description class
RequestNotifier
The ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.Constructors in com.netscape.cmscore.request with parameters of type IRequestNotifier Constructor Description RunListeners(IRequestNotifier requestNotifier)
RunListeners class constructor. -
Uses of IRequestNotifier in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return IRequestNotifier Modifier and Type Method Description IRequestNotifier
ICertificateAuthority. getRequestNotifier()
get request notifier
-