Searched defs:poll (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/
H A DResizableLinkedBlockingQueue.java158 public E poll() { method in class:ResizableLinkedBlockingQueue
159 E returnValue = super.poll();
167 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:ResizableLinkedBlockingQueue
168 E resultValue = super.poll(timeout, unit);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/
H A DResizableLinkedBlockingQueue.java158 public E poll() { method in class:ResizableLinkedBlockingQueue
159 E returnValue = super.poll();
167 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:ResizableLinkedBlockingQueue
168 E resultValue = super.poll(timeout, unit);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java85 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
127 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
129 return this.list.poll();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java84 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
126 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
128 return this.list.poll();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java85 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
127 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
129 return this.list.poll();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java84 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
126 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
128 return this.list.poll();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java85 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
127 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
129 return this.list.poll();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java83 public UpdateToReplay poll(long timeout, TimeUnit unit) method in class:TestSynchronousReplayQueue
125 public UpdateToReplay poll() method in class:TestSynchronousReplayQueue
127 return this.list.poll();
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DDeviceCode.java210 * Updates the last poll time of this device code.
212 public void poll() { method in class:DeviceCode
218 * @return The last poll time in milliseconds.
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DDeviceCode.java213 * Updates the last poll time of this device code.
215 public void poll() { method in class:DeviceCode
221 * @return The last poll time in milliseconds.

Completed in 653 milliseconds