Searched refs:waitTime (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/callbacks/
H A DPollingWaitCallback.java30 private final String waitTime; field in class:PollingWaitCallback
34 * @param waitTime the wait time for this PollingWaitCallback
36 public PollingWaitCallback(String waitTime) { argument
37 this.waitTime = waitTime;
45 this.waitTime = builder.waitTime;
53 return waitTime;
69 private String waitTime; field in class:PollingWaitCallback.PollingWaitCallbackBuilder
73 * @param waitTime th
76 withWaitTime(String waitTime) argument
[all...]
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.h43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c206 // The passed waitTime parameter is maximum the time in milliseconds to wait.
213 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
218 debug("waitForProcess: wait time is: %d", waitTime);
219 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.h44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c207 // The passed waitTime parameter is maximum the time in milliseconds to wait.
214 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
219 debug("waitForProcess: wait time is: %d", waitTime);
220 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.h44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c207 // The passed waitTime parameter is maximum the time in milliseconds to wait.
214 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
219 debug("waitForProcess: wait time is: %d", waitTime);
220 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.h43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c206 // The passed waitTime parameter is maximum the time in milliseconds to wait.
213 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
218 debug("waitForProcess: wait time is: %d", waitTime);
219 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.h44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c207 // The passed waitTime parameter is maximum the time in milliseconds to wait.
214 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
219 debug("waitForProcess: wait time is: %d", waitTime);
220 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.h43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c206 // The passed waitTime parameter is maximum the time in milliseconds to wait.
213 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, argument
218 debug("waitForProcess: wait time is: %d", waitTime);
219 waitForSingleCode = WaitForSingleObject (procInfo->hProcess, waitTime);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java909 int waitTime = 10;
911 while (elapsedTime < waitTime)
991 int waitTime = 10;
993 while (elapsedTime < waitTime)
1073 int waitTime = 10;
1075 while (elapsedTime < waitTime)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java909 int waitTime = 10;
911 while (elapsedTime < waitTime)
991 int waitTime = 10;
993 while (elapsedTime < waitTime)
1073 int waitTime = 10;
1075 while (elapsedTime < waitTime)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java908 int waitTime = 10;
910 while (elapsedTime < waitTime)
990 int waitTime = 10;
992 while (elapsedTime < waitTime)
1072 int waitTime = 10;
1074 while (elapsedTime < waitTime)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java1123 int waitTime = 10;
1125 while (elapsedTime < waitTime)
1216 int waitTime = 10;
1218 while (elapsedTime < waitTime)
1309 int waitTime = 10;
1311 while (elapsedTime < waitTime)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java1123 int waitTime = 10;
1125 while (elapsedTime < waitTime)
1216 int waitTime = 10;
1218 while (elapsedTime < waitTime)
1309 int waitTime = 10;
1311 while (elapsedTime < waitTime)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerLoadBalancingTest.java1123 int waitTime = 10;
1125 while (elapsedTime < waitTime)
1216 int waitTime = 10;
1218 while (elapsedTime < waitTime)
1309 int waitTime = 10;
1311 while (elapsedTime < waitTime)
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java206 long waitTime = getMaxBlockedWriteTimeLimit();
207 if (waitTime <= 0)
212 waitTime = 300000L;
214 long stopTime = startTime + waitTime;
251 selector.select(waitTime);
262 waitTime = stopTime - currentTime;
289 selector.select(waitTime);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java205 long waitTime = getMaxBlockedWriteTimeLimit();
206 if (waitTime <= 0)
211 waitTime = 300000L;
213 long stopTime = startTime + waitTime;
250 selector.select(waitTime);
261 waitTime = stopTime - currentTime;
288 selector.select(waitTime);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java206 long waitTime = getMaxBlockedWriteTimeLimit();
207 if (waitTime <= 0)
212 waitTime = 300000L;
214 long stopTime = startTime + waitTime;
251 selector.select(waitTime);
262 waitTime = stopTime - currentTime;
289 selector.select(waitTime);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java206 long waitTime = getMaxBlockedWriteTimeLimit();
207 if (waitTime <= 0)
212 waitTime = 300000L;
214 long stopTime = startTime + waitTime;
251 selector.select(waitTime);
262 waitTime = stopTime - currentTime;
289 selector.select(waitTime);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java205 long waitTime = getMaxBlockedWriteTimeLimit();
206 if (waitTime <= 0)
211 waitTime = 300000L;
213 long stopTime = startTime + waitTime;
250 selector.select(waitTime);
261 waitTime = stopTime - currentTime;
288 selector.select(waitTime);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java195 long waitTime = getMaxBlockedWriteTimeLimit();
196 if (waitTime <= 0)
201 waitTime = 300000L;
203 long stopTime = startTime + waitTime;
240 selector.select(waitTime);
251 waitTime = stopTime - currentTime;
278 selector.select(waitTime);

Completed in 81 milliseconds

12