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, wait
afterKey, afterValue, beforeKey, beforeValue
public final void setClosureMonitor(org.apache.directory.shared.ldap.cursor.ClosureMonitor monitor)
protected final void checkNotClosed(String operation) throws Exception
Exception
public final boolean isClosed()
public void close() throws Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.