Searched refs:retryOnFailure (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2258 * @param retryOnFailure Whether reconnect should automatically be done.
2261 public boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2263 return _publish(msg, false, retryOnFailure);
2279 * @param retryOnFailure whether retry should be done on failure
2283 boolean retryOnFailure)
2388 if (!retryOnFailure)
2282 _publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2243 * @param retryOnFailure Whether reconnect should automatically be done.
2246 boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2248 return publish(msg, false, retryOnFailure);
2264 * @param retryOnFailure whether retry should be done on failure
2268 boolean retryOnFailure)
2381 if (!retryOnFailure)
2267 publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2516 * @param retryOnFailure Whether reconnect should automatically be done.
2519 public boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2521 return _publish(msg, false, retryOnFailure);
2537 * @param retryOnFailure whether retry should be done on failure
2541 boolean retryOnFailure)
2646 if (!retryOnFailure)
2540 _publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2258 * @param retryOnFailure Whether reconnect should automatically be done.
2261 public boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2263 return _publish(msg, false, retryOnFailure);
2279 * @param retryOnFailure whether retry should be done on failure
2283 boolean retryOnFailure)
2388 if (!retryOnFailure)
2282 _publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2243 * @param retryOnFailure Whether reconnect should automatically be done.
2246 boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2248 return publish(msg, false, retryOnFailure);
2264 * @param retryOnFailure whether retry should be done on failure
2268 boolean retryOnFailure)
2381 if (!retryOnFailure)
2267 publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java2217 * @param retryOnFailure Whether reconnect should automatically be done.
2220 boolean publish(ReplicationMsg msg, boolean retryOnFailure) argument
2222 return publish(msg, false, retryOnFailure);
2238 * @param retryOnFailure whether retry should be done on failure
2242 boolean retryOnFailure)
2355 if (!retryOnFailure)
2241 publish(ReplicationMsg msg, boolean recoveryMsg, boolean retryOnFailure) argument

Completed in 71 milliseconds