| File was renamed from opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDBCursor.java |
| | |
| | | |
| | | /** |
| | | * This cursor allows to iterate through the changes received from a given |
| | | * LDAP Server Identifier. |
| | | * replica (Directory Server) in the topology. |
| | | */ |
| | | public interface ReplicationDBCursor extends Closeable |
| | | public interface ReplicaDBCursor extends Closeable |
| | | { |
| | | |
| | | /** |
| | |
| | | UpdateMsg getChange(); |
| | | |
| | | /** |
| | | * Go to the next change in the ReplicationDB or in the server Queue. |
| | | * Go to the next change in the ReplicaDB or in the server Queue. |
| | | * |
| | | * @return false if the cursor is already on the last change before this call. |
| | | */ |