com.netscape.certsrv.request
public interface IRequestScheduler
Modifier and Type | Method and Description |
---|---|
void |
requestIn(IRequest r)
Request entered the request queue processing.
|
void |
requestOut(IRequest r)
Request exited the request queue processing.
|