| AbstractCursor |
Simple class that contains often used Cursor code.
|
| ClosureMonitor |
A monitor used by Cursors to detect conditions when they should stop
performing some work during advance operations such as next(), previous(),
first() etc, and release resources.
|
| Cursor |
A Cursor for bidirectional traversal over elements in a dataSet.
|
| CursorClosedException |
A specific form of IOException to note that an operation is being
attempted on a closed Cursor.
|
| CursorException |
An class for exceptions which add Cursor specific information to
Exceptions.
|
| CursorLdapReferralException |
A specific form of CursorException used when a referral is met
|
| CursorStateEnum |
An enumeration to represent the various states of a Cursor.
|
| Tuple |
A key/value tuple for simple two column persistent Tables with sorted keys.
|