Class RequestListByStatus

    • Method Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<RequestId>
      • nextRequest

        public java.lang.Object nextRequest()
        Description copied from interface: IRequestList
        Gets next request from the list.
        Specified by:
        nextRequest in interface IRequestList
        Returns:
        next request
      • nextElement

        public RequestId nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<RequestId>
      • nextRequestId

        public RequestId nextRequestId()
        Description copied from interface: IRequestList
        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.

        Specified by:
        nextRequestId in interface IRequestList
        Returns:
        next request id
      • update

        protected void update()