Searched defs:synchronous (Results 1 - 10 of 10) sorted by relevance
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
H A D | Reconcile.java | 32 * @param synchronous whether to synchronously (TRUE) wait for the reconciliation run, or 41 Boolean synchronous, 38 reconcile( ReconciliationService.ReconAction reconAction, JsonValue mapping, Boolean synchronous, JsonValue reconParams, JsonValue config) argument
|
H A D | ReconciliationService.java | 326 public String reconcile(ReconAction reconAction, final JsonValue mapping, Boolean synchronous, argument 348 if (Boolean.TRUE.equals(synchronous)) {
|
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/ |
H A D | MessageHandler.java | 267 * @param synchronous specifies what to do when the queue is empty. 270 * null when synchronous is false and queue is empty. 272 protected UpdateMsg getNextMessage(boolean synchronous) argument 426 if (!synchronous)
|
H A D | ECLServerHandler.java | 1224 * @param synchronous - not used 1228 protected UpdateMsg getNextMessage(boolean synchronous) argument
|
/forgerock/opendj2/src/server/org/opends/server/replication/server/ |
H A D | MessageHandler.java | 262 * @param synchronous specifies what to do when the queue is empty. 266 * null when synchronous is false and queue is empty. 268 protected UpdateMsg getNextMessage(Set<Integer> connectedReplicaIds, boolean synchronous) argument 365 if (!synchronous)
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/ |
H A D | MessageHandler.java | 267 * @param synchronous specifies what to do when the queue is empty. 270 * null when synchronous is false and queue is empty. 272 protected UpdateMsg getNextMessage(boolean synchronous) argument 426 if (!synchronous)
|
H A D | ECLServerHandler.java | 1224 * @param synchronous - not used 1228 protected UpdateMsg getNextMessage(boolean synchronous) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/ |
H A D | MessageHandler.java | 267 * @param synchronous specifies what to do when the queue is empty. 270 * null when synchronous is false and queue is empty. 272 protected UpdateMsg getNextMessage(boolean synchronous) argument 426 if (!synchronous)
|
H A D | ECLServerHandler.java | 1224 * @param synchronous - not used 1228 protected UpdateMsg getNextMessage(boolean synchronous) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/ |
H A D | MessageHandler.java | 262 * @param synchronous specifies what to do when the queue is empty. 266 * null when synchronous is false and queue is empty. 268 protected UpdateMsg getNextMessage(Set<Integer> connectedReplicaIds, boolean synchronous) argument 365 if (!synchronous)
|
Completed in 4543 milliseconds