Package com.netscape.certsrv.request
Interface IRequestList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
nextRequest()
Gets next request from the list.RequestId
nextRequestId()
Gets the next RequestId from this list.IRequest
nextRequestObject()
Gets next request Object from the list.
-
-
-
Method Detail
-
nextRequestId
RequestId nextRequestId()
Gets the next RequestId from this list. null is returned when there are no more elements in the list.Callers should be sure there is another element in the list by calling hasMoreElements first.
- Returns:
- next request id
-
nextRequest
java.lang.Object nextRequest()
Gets next request from the list.- Returns:
- next request
-
nextRequestObject
IRequest nextRequestObject()
Gets next request Object from the list.- Returns:
- next request
-
-