Uses of Class
com.db4o.foundation.BlockingQueueStoppedException
-
Packages that use BlockingQueueStoppedException Package Description com.db4o.foundation -
-
Uses of BlockingQueueStoppedException in com.db4o.foundation
Methods in com.db4o.foundation that throw BlockingQueueStoppedException Modifier and Type Method Description int
BlockingQueue4. drainTo(Collection4<T> list)
Removes all the available elements in the queue to the colletion passed as argument.T
BlockingQueue. next()
T
BlockingQueue. next(long timeout)
T
BlockingQueue4. next(long timeout)
Returns the next queued item or waits for it to be available for the maximum oftimeout
miliseconds.T
DelegatingBlockingQueue. next(long timeout)
protected void
BlockingQueue. unsafeWaitForNext()
protected boolean
BlockingQueue. unsafeWaitForNext(long timeout)
protected boolean
PausableBlockingQueue. unsafeWaitForNext(long timeout)
void
BlockingQueue. waitForNext()
boolean
BlockingQueue. waitForNext(long timeout)
-