|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.server.ReplicationDB.ReplServerDBCursor
public class ReplicationDB.ReplServerDBCursor
This Class implements a cursor that can be used to browse a replicationServer database.
Method Summary | |
---|---|
void |
abort()
Abort the Cursor after a Deadlock Exception. |
void |
close()
Close the ReplicationServer Cursor. |
void |
delete()
Delete the record at the current cursor position. |
UpdateMessage |
next()
Get the next UpdateMessage from this cursor. |
ChangeNumber |
nextChangeNumber()
Get the next ChangeNumber in the database from this Cursor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void close()
public void abort()
public ChangeNumber nextChangeNumber() throws com.sleepycat.je.DatabaseException
com.sleepycat.je.DatabaseException
- In case of underlying database problem.public UpdateMessage next()
public void delete() throws com.sleepycat.je.DatabaseException
com.sleepycat.je.DatabaseException
- In case of database problem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |