Searched defs:startingDraftCN (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java362 * @param startingDraftCN
365 * when the startingDraftCN does not exist.
367 private DraftCNDBCursor(int startingDraftCN) throws Exception argument
374 this.key = new ReplicationDraftCNKey(startingDraftCN);
394 if (startingDraftCN >= 0)
405 + startingDraftCN + " is not available");
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java362 * @param startingDraftCN
365 * when the startingDraftCN does not exist.
367 private DraftCNDBCursor(int startingDraftCN) throws Exception argument
374 this.key = new ReplicationDraftCNKey(startingDraftCN);
394 if (startingDraftCN >= 0)
405 + startingDraftCN + " is not available");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java362 * @param startingDraftCN
365 * when the startingDraftCN does not exist.
367 private DraftCNDBCursor(int startingDraftCN) throws Exception argument
374 this.key = new ReplicationDraftCNKey(startingDraftCN);
394 if (startingDraftCN >= 0)
405 + startingDraftCN + " is not available");

Completed in 65 milliseconds