Interface IRequestList

  • All Superinterfaces:
    java.util.Enumeration<RequestId>
    All Known Implementing Classes:
    RequestList, RequestListByStatus, SearchEnumeration

    public interface IRequestList
    extends java.util.Enumeration<RequestId>
    An interface providing a list of RequestIds that match some criteria. It could be a list of all elements in a queue, or just some defined sub-set.
    Version:
    $Revision$, $Date$
    • 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