Uses of Class
com.endeca.itl.recordstore.ReadCursorNotFoundException

Packages that use ReadCursorNotFoundException
com.endeca.itl.recordstore Classes for interacting with a Record Store instance. 
 

Uses of ReadCursorNotFoundException in com.endeca.itl.recordstore
 

Methods in com.endeca.itl.recordstore that throw ReadCursorNotFoundException
 void RecordStoreReader.close()
          Frees resources on the CAS server that were in use by this instance of RecordStoreReader.
 void RecordStore.endRead(ReadCursorId readCursorId)
          Frees up any resources held by the given read cursor.
 boolean RecordStoreReader.hasNext()
           
 Record RecordStoreReader.next()
           
 List<Record> RecordStore.readRecords(ReadCursorId readCursorId, Integer numRecords)
          Reads a specified number of records from the read cursor and advances the position of the cursor in the result set.
 



Copyright © 2011 Endeca. All Rights Reserved.