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

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

Classes in org.apache.directory.api.ldap.model.cursor used by org.apache.directory.api.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.
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.
 



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