Searched defs:postResponseCounter (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java78 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
569 postResponseCounter.incrementAndGet();
582 postResponseCounter.incrementAndGet();
595 postResponseCounter.incrementAndGet();
608 postResponseCounter.incrementAndGet();
621 postResponseCounter.incrementAndGet();
634 postResponseCounter.incrementAndGet();
647 postResponseCounter.incrementAndGet();
660 postResponseCounter.incrementAndGet();
675 return postResponseCounter
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java77 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
568 postResponseCounter.incrementAndGet();
581 postResponseCounter.incrementAndGet();
594 postResponseCounter.incrementAndGet();
607 postResponseCounter.incrementAndGet();
620 postResponseCounter.incrementAndGet();
633 postResponseCounter.incrementAndGet();
646 postResponseCounter.incrementAndGet();
659 postResponseCounter.incrementAndGet();
674 return postResponseCounter
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java78 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
569 postResponseCounter.incrementAndGet();
582 postResponseCounter.incrementAndGet();
595 postResponseCounter.incrementAndGet();
608 postResponseCounter.incrementAndGet();
621 postResponseCounter.incrementAndGet();
634 postResponseCounter.incrementAndGet();
647 postResponseCounter.incrementAndGet();
660 postResponseCounter.incrementAndGet();
675 return postResponseCounter
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java77 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
568 postResponseCounter.incrementAndGet();
581 postResponseCounter.incrementAndGet();
594 postResponseCounter.incrementAndGet();
607 postResponseCounter.incrementAndGet();
620 postResponseCounter.incrementAndGet();
633 postResponseCounter.incrementAndGet();
646 postResponseCounter.incrementAndGet();
659 postResponseCounter.incrementAndGet();
674 return postResponseCounter
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java78 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
569 postResponseCounter.incrementAndGet();
582 postResponseCounter.incrementAndGet();
595 postResponseCounter.incrementAndGet();
608 postResponseCounter.incrementAndGet();
621 postResponseCounter.incrementAndGet();
634 postResponseCounter.incrementAndGet();
647 postResponseCounter.incrementAndGet();
660 postResponseCounter.incrementAndGet();
675 return postResponseCounter
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DInvocationCounterPlugin.java78 private static AtomicInteger postResponseCounter = new AtomicInteger(0); field in class:InvocationCounterPlugin
509 postResponseCounter.incrementAndGet();
520 postResponseCounter.incrementAndGet();
531 postResponseCounter.incrementAndGet();
542 postResponseCounter.incrementAndGet();
553 postResponseCounter.incrementAndGet();
564 postResponseCounter.incrementAndGet();
575 postResponseCounter.incrementAndGet();
586 postResponseCounter.incrementAndGet();
601 return postResponseCounter
[all...]

Completed in 38 milliseconds