Searched defs:latch (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/reaper/
H A DTokenDeletion.java54 CountDownLatch latch = new CountDownLatch(tokens.size());
55 ResultHandler<String, CoreTokenException> handler = new CountdownHandler(latch);
59 return latch;
63 * Internal implementation to ensure that delete operations count down the latch.
66 private final CountDownLatch latch; field in class:TokenDeletion.CountdownHandler
67 public CountdownHandler(CountDownLatch latch) { argument
68 this.latch = latch;
78 latch.countDown();
83 latch
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/
H A DCountDownHandler.java31 private final CountDownLatch latch; field in class:CountDownHandler
36 * @param latch The {@link CountDownLatch} to update as results and errors are received.
38 public CountDownHandler(CountDownLatch latch) { argument
39 this.latch = latch;
49 latch.countDown();
54 latch.countDown();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DSessionExpiryBatchHandler.java87 CountDownLatch latch = new CountDownLatch(tokenIds.size());
89 latch);
102 return latch;
214 * @param latch The {@link CountDownLatch} to decrement as each result or error is processed by the handler.
217 StateChangeResultHandler create(SessionEventType eventType, CountDownLatch latch); argument
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/worker/process/
H A DSessionExpiryBatchHandlerTest.java209 private StateChangeResultHandler newStateChangeResultHandler(SessionEventType eventType, CountDownLatch latch) { argument
211 mockDebug, mockSessionAdapter, mockLocalOperations, eventType, latch, mockSessionService,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DSession.java123 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
570 latch.countDown();
615 latch.await();
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DSession.java114 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
562 latch.countDown();
607 latch.await();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DSession.java123 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
570 latch.countDown();
615 latch.await();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DSession.java123 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
570 latch.countDown();
615 latch.await();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DSession.java114 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
562 latch.countDown();
607 latch.await();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DSession.java110 private final CountDownLatch latch = new CountDownLatch(1); field in class:Session
541 latch.countDown();
586 latch.await();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1167 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1173 latch.countDown();
1180 latch.await();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1159 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1165 latch.countDown();
1173 latch.await();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1173 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1179 latch.countDown();
1186 latch.await();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1159 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1165 latch.countDown();
1173 latch.await();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1167 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1173 latch.countDown();
1180 latch.await();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1118 private final CountDownLatch latch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer.BlockAction
1124 latch.countDown();
1132 latch.await();
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 2745 milliseconds