public class DraftCNDB.DraftCNDBCursor extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Abort the Cursor after a DatabaseException.
|
void |
close()
Close the ReplicationServer Cursor.
|
ChangeNumberIndexRecord |
currentRecord()
Returns the
ChangeNumberIndexRecord at the current position of
the cursor. |
void |
delete()
Delete the record at the current cursor position.
|
boolean |
next()
Go to the next record on the cursor.
|
String |
toString() |
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void abort()
public ChangeNumberIndexRecord currentRecord()
ChangeNumberIndexRecord at the current position of
the cursor.ChangeNumberIndexRecord.public boolean next() throws ChangelogException
ChangelogException - If a database problem happenedpublic void delete() throws ChangelogException
ChangelogException - If a database problem happenedCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.