|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnbiasedQueue | |
---|---|
net.jxta.impl.pipe | A JXTA PipeService implementation which implements the
standard JXTA Pipe Resolver Protocol (PRP). |
net.jxta.impl.util | A collection of utility classes used by the JXTA implementation. |
Uses of UnbiasedQueue in net.jxta.impl.pipe |
---|
Fields in net.jxta.impl.pipe declared as UnbiasedQueue | |
---|---|
protected UnbiasedQueue |
InputPipeImpl.queue
|
Uses of UnbiasedQueue in net.jxta.impl.util |
---|
Subclasses of UnbiasedQueue in net.jxta.impl.util | |
---|---|
class |
ConsumerBiasedQueue
Deprecated. Please convert all code to use the java.util.concurrent BlockingQueue instead. |
class |
ProducerBiasedQueue
Deprecated. Please convert all code to use the java.util.concurrent BlockingQueue instead. |
protected static class |
UnbiasedQueue.SynchronizedQueue
Deprecated. An inner class for wrapping arbitrary queues with synchronization. |
Fields in net.jxta.impl.util declared as UnbiasedQueue | |
---|---|
(package private) UnbiasedQueue |
UnbiasedQueue.SynchronizedQueue.innerqueue
|
Methods in net.jxta.impl.util that return UnbiasedQueue | |
---|---|
static UnbiasedQueue |
UnbiasedQueue.synchronizedQueue(UnbiasedQueue queue)
Deprecated. Returns a synchronized (thread-safe) list backed by the specified queue. |
Methods in net.jxta.impl.util with parameters of type UnbiasedQueue | |
---|---|
static UnbiasedQueue |
UnbiasedQueue.synchronizedQueue(UnbiasedQueue queue)
Deprecated. Returns a synchronized (thread-safe) list backed by the specified queue. |
Constructors in net.jxta.impl.util with parameters of type UnbiasedQueue | |
---|---|
UnbiasedQueue.SynchronizedQueue(UnbiasedQueue queue)
Constructs a SynchronizedQueue from an UnbiasedQueue instance. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |