Uses of Class
com.sun.corba.ee.impl.transport.concurrent.ConcurrentQueueBlockingImpl.Entry
-
Packages that use ConcurrentQueueBlockingImpl.Entry Package Description com.sun.corba.ee.impl.transport.concurrent -
-
Uses of ConcurrentQueueBlockingImpl.Entry in com.sun.corba.ee.impl.transport.concurrent
Fields in com.sun.corba.ee.impl.transport.concurrent declared as ConcurrentQueueBlockingImpl.Entry Modifier and Type Field Description private ConcurrentQueueBlockingImpl.Entry<V>
ConcurrentQueueBlockingImpl.HandleImpl. entry
(package private) ConcurrentQueueBlockingImpl.Entry<V>
ConcurrentQueueBlockingImpl. head
(package private) ConcurrentQueueBlockingImpl.Entry<V>
ConcurrentQueueBlockingImpl.Entry. next
(package private) ConcurrentQueueBlockingImpl.Entry<V>
ConcurrentQueueBlockingImpl.Entry. prev
Methods in com.sun.corba.ee.impl.transport.concurrent that return ConcurrentQueueBlockingImpl.Entry Modifier and Type Method Description (package private) ConcurrentQueueBlockingImpl.Entry<V>
ConcurrentQueueBlockingImpl.HandleImpl. entry()
Constructors in com.sun.corba.ee.impl.transport.concurrent with parameters of type ConcurrentQueueBlockingImpl.Entry Constructor Description HandleImpl(ConcurrentQueueBlockingImpl.Entry<V> entry, V value, long expiration)
-