Searched refs:retries (Results 1 - 18 of 18) sorted by relevance

/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DRepoJobStore.java126 * Number of retries on failed writes to the repository (defaults to -1, infinite).
167 // Set the number of retries for failed writes to the repository
1703 int retries = 0;
1704 while (writeRetries == -1 || retries <= writeRetries && !shutdown) {
1712 retries++;
1732 int retries = 0;
1733 while (writeRetries == -1 || retries <= writeRetries && !shutdown) {
1740 retries++;
1762 int retries = 0;
1763 while (writeRetries == -1 || retries <
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DRepoPersistenceManager.java137 private boolean isReady(int retries) { argument
141 if (retries > 0) isReady(--retries);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java110 private static final String RETRIES_KEY = "com.iplanet.am.replica.num.retries";
111 private static final String RETRIES_DELAY_KEY = "com.iplanet.am.replica.delay.between.retries";
148 "com.iplanet.am.ldap.connection.num.retries";
151 "com.iplanet.am.ldap.connection.delay.between.retries";
154 "com.iplanet.am.ldap.connection.ldap.error.codes.retries";
1036 int retries = SystemProperties.getAsInt(RETRIES_KEY, 0);
1037 if (retries < 0) {
1038 retries = 0;
1042 replicaRetryNum = retries;
1286 final int retries
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java110 private static final String RETRIES_KEY = "com.iplanet.am.replica.num.retries";
111 private static final String RETRIES_DELAY_KEY = "com.iplanet.am.replica.delay.between.retries";
148 "com.iplanet.am.ldap.connection.num.retries";
151 "com.iplanet.am.ldap.connection.delay.between.retries";
154 "com.iplanet.am.ldap.connection.ldap.error.codes.retries";
1036 int retries = SystemProperties.getAsInt(RETRIES_KEY, 0);
1037 if (retries < 0) {
1038 retries = 0;
1042 replicaRetryNum = retries;
1286 final int retries
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 74 milliseconds