public abstract class AbstractIndexCursor<K,E,ID> extends Object implements IndexCursor<K,E,ID>
| Constructor and Description |
|---|
AbstractIndexCursor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNotClosed(String operation) |
void |
close() |
void |
close(Exception cause) |
boolean |
isClosed() |
Iterator<IndexEntry<K,E,ID>> |
iterator() |
void |
setClosureMonitor(org.apache.directory.shared.ldap.cursor.ClosureMonitor monitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterValue, beforeValuepublic final void setClosureMonitor(org.apache.directory.shared.ldap.cursor.ClosureMonitor monitor)
setClosureMonitor in interface org.apache.directory.shared.ldap.cursor.Cursor<IndexEntry<K,E,ID>>protected final void checkNotClosed(String operation) throws Exception
Exceptionpublic final boolean isClosed()
isClosed in interface org.apache.directory.shared.ldap.cursor.Cursor<IndexEntry<K,E,ID>>public void close()
throws Exception
close in interface org.apache.directory.shared.ldap.cursor.Cursor<IndexEntry<K,E,ID>>Exceptionpublic void close(Exception cause) throws Exception
close in interface org.apache.directory.shared.ldap.cursor.Cursor<IndexEntry<K,E,ID>>ExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.