Uses of Interface
org.apache.directory.shared.ldap.cursor.ClosureMonitor

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

Uses of ClosureMonitor in org.apache.directory.shared.ldap.cursor
 

Classes in org.apache.directory.shared.ldap.cursor that implement ClosureMonitor
 class DefaultClosureMonitor
          A basic ClosureMonitor that simply uses a boolean for state and a cause exception.
 

Methods in org.apache.directory.shared.ldap.cursor with parameters of type ClosureMonitor
 void AbstractCursor.setClosureMonitor(ClosureMonitor monitor)
          Sets a non-null closure monitor to associate with this Cursor.
 void Cursor.setClosureMonitor(ClosureMonitor monitor)
          Sets a non-null closure monitor to associate with this Cursor.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.