Searched defs:following (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
113 * Specifies whether the consumer is following the producer (is not late).
115 protected boolean following = false; field in class:MessageHandler
183 following = false;
247 "following", String.valueOf(following)));
277 if (!following)
379 following = true;
387 * -> set following to true and empty the lateQueue.
395 following
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
107 * Specifies whether the consumer is following the producer (is not late).
109 private boolean following = false; field in class:MessageHandler
169 following = false;
239 attributes.add(create("following", String.valueOf(following)));
272 if (!following)
312 following = true;
321 * -> set following to true and empty the lateQueue.
329 following
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
113 * Specifies whether the consumer is following the producer (is not late).
115 protected boolean following = false; field in class:MessageHandler
183 following = false;
247 "following", String.valueOf(following)));
277 if (!following)
379 following = true;
387 * -> set following to true and empty the lateQueue.
395 following
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
113 * Specifies whether the consumer is following the producer (is not late).
115 protected boolean following = false; field in class:MessageHandler
183 following = false;
247 "following", String.valueOf(following)));
277 if (!following)
379 following = true;
387 * -> set following to true and empty the lateQueue.
395 following
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
107 * Specifies whether the consumer is following the producer (is not late).
109 private boolean following = false; field in class:MessageHandler
169 following = false;
239 attributes.add(create("following", String.valueOf(following)));
272 if (!following)
312 following = true;
321 * -> set following to true and empty the lateQueue.
329 following
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMessageHandler.java16 * If applicable, add the following below this CDDL HEADER, with the
93 /** Specifies whether the consumer is following the producer (is not late). */
94 private boolean following; field in class:MessageHandler
146 following = false;
219 attributes.add(create("following", String.valueOf(following)));
246 if (!following)
286 following = true;
295 * -> set following to true and empty the lateQueue.
303 following
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...

Completed in 50 milliseconds