Uses of Interface
com.netscape.certsrv.request.IRequestNotifier
-
Packages that use IRequestNotifier Package Description com.netscape.certsrv.ca com.netscape.certsrv.request -
-
Uses of IRequestNotifier in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return IRequestNotifier Modifier and Type Method Description IRequestNotifier
ICertificateAuthority. getRequestNotifier()
get request notifier -
Uses of IRequestNotifier in com.netscape.certsrv.request
Classes in com.netscape.certsrv.request that implement IRequestNotifier Modifier and Type Class Description class
ARequestNotifier
The ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.
-