Package | Description |
---|---|
com.netscape.certsrv.request |
Modifier and Type | Interface and Description |
---|---|
interface |
IRequestNotifier
IRequestNotifier interface defines methods to register listeners,
|
Modifier and Type | Class and Description |
---|---|
class |
ARequestNotifier
The ARequestNotifier class implements the IRequestNotifier interface,
which notifies all registered request listeners.
|
Modifier and Type | Method and Description |
---|---|
INotify |
IRequestQueue.getPendingNotify()
Retrieves the notifier for pending request.
|
Modifier and Type | Method and Description |
---|---|
IRequestQueue |
IRequestSubsystem.getRequestQueue(java.lang.String name,
int increment,
IPolicy p,
IService s,
INotify n,
INotify pendingNotifier)
Retrieves a request queue.
|