Uses of Package
org.apache.directory.shared.ldap.model.cursor

Packages that use org.apache.directory.shared.ldap.model.cursor
org.apache.directory.shared.ldap.model.cursor   
 

Classes in org.apache.directory.shared.ldap.model.cursor used by org.apache.directory.shared.ldap.model.cursor
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.
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.
TupleCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.