public abstract class AbstractTupleCursor<K,V> extends Object implements TupleCursor<K,V>
| Constructor and Description |
|---|
AbstractTupleCursor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNotClosed(String operation) |
void |
close() |
void |
close(Exception cause) |
boolean |
isClosed() |
Iterator<Tuple<K,V>> |
iterator() |
void |
setClosureMonitor(org.apache.directory.shared.ldap.cursor.ClosureMonitor monitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterKey, afterValue, beforeKey, beforeValuepublic final void setClosureMonitor(org.apache.directory.shared.ldap.cursor.ClosureMonitor monitor)
protected final void checkNotClosed(String operation) throws Exception
Exceptionpublic final boolean isClosed()
public void close()
throws Exception
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.