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, wait
afterValue, beforeValue
public 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
Exception
public 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>>
Exception
public void close(Exception cause) throws Exception
close
in interface org.apache.directory.shared.ldap.cursor.Cursor<IndexEntry<K,E,ID>>
Exception
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.