Uses of Class
org.apache.directory.api.ldap.model.cursor.CursorClosedException

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

Uses of CursorClosedException in org.apache.directory.api.ldap.model.cursor
 

Fields in org.apache.directory.api.ldap.model.cursor declared as CursorClosedException
static CursorClosedException CursorClosedException.INSTANCE
          A static exception to be used by the monitor
 

Methods in org.apache.directory.api.ldap.model.cursor that throw CursorClosedException
 void DefaultClosureMonitor.checkNotClosed()
          Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
 void ClosureMonitor.checkNotClosed()
          Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
 void AbstractCursor.checkNotClosed(String operation)
          Check that the cursor is not closed before executing an operation.
 



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