com.ibm.cics.server

Class RRDS_Browse

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      long next(long inputRRN, RecordHolder record)
      Read the next record during a browse, changing the current position.
      long next(RecordHolder record)
      Read the next record during a browse.
      long previous(long inputRRN, RecordHolder record)
      Read the previous record during a browse, changing the current position.
      long previous(RecordHolder record)
      Read the previous record during a browse.
      void reset(long inputRRN)
      Reset the browse.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait