| File was renamed from opends/src/server/org/opends/server/synchronization/changelog/ChangelogIterator.java |
| | |
| | | * |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.synchronization.changelog; |
| | | package org.opends.server.replication.changelog; |
| | | |
| | | import com.sleepycat.je.DatabaseException; |
| | | |
| | | import org.opends.server.synchronization.changelog.ChangelogDB.ChangelogCursor; |
| | | import org.opends.server.synchronization.common.ChangeNumber; |
| | | import org.opends.server.synchronization.protocol.UpdateMessage; |
| | | import org.opends.server.replication.changelog.ChangelogDB.ChangelogCursor; |
| | | import org.opends.server.replication.common.ChangeNumber; |
| | | import org.opends.server.replication.protocol.UpdateMessage; |
| | | |
| | | /** |
| | | * This class allows to iterate through the changes received from a given |