Uses of Interface
org.apache.directory.api.ldap.model.cursor.ClosureMonitor

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

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

Classes in org.apache.directory.api.ldap.model.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.api.ldap.model.cursor with parameters of type ClosureMonitor
 void Cursor.setClosureMonitor(ClosureMonitor monitor)
          Sets a non-null closure monitor to associate with this Cursor.
 void AbstractCursor.setClosureMonitor(ClosureMonitor monitor)
          Sets a non-null closure monitor to associate with this Cursor.
 



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