Uses of Class
com.netscape.certsrv.request.RequestId

Packages that use RequestId
com.netscape.certsrv.kra   
com.netscape.certsrv.request   
 

Uses of RequestId in com.netscape.certsrv.kra
 

Methods in com.netscape.certsrv.kra with parameters of type RequestId
 java.util.Hashtable IKeyRecoveryAuthority.createVolatileRequest(RequestId id)
          Creates a request object to store attributes that will not be serialized.
 void IKeyRecoveryAuthority.destroyVolatileRequest(RequestId id)
          Destroys the request object.
 java.util.Hashtable IKeyRecoveryAuthority.getVolatileRequest(RequestId id)
          Retrieves the request object.
 

Uses of RequestId in com.netscape.certsrv.request
 

Methods in com.netscape.certsrv.request that return RequestId
 RequestId IRequestQueue.findRequestBySourceId(java.lang.String id)
          Locates a request from the SourceId.
 RequestId IRequestRecord.getRequestId()
          Gets the request id.
 RequestId IRequest.getRequestId()
          Gets the primary identifier for this request.
 RequestId IRequestList.nextRequestId()
          Gets the next RequestId from this list.
 

Methods in com.netscape.certsrv.request with parameters of type RequestId
 IRequest IRequestQueue.findRequest(RequestId id)
          Gets the Request corresponding to id.
 IRequestVirtualList IRequestQueue.getPagedRequestsByFilter(RequestId fromId, boolean jumpToEnd, java.lang.String filter, int pageSize, java.lang.String sortKey)
          Gets a pageable list of IRequest entries in this queue.
 IRequestVirtualList IRequestQueue.getPagedRequestsByFilter(RequestId fromId, java.lang.String filter, int pageSize, java.lang.String sortKey)
          Gets a pageable list of IRequest entries in this queue.