Searched refs:refQueue (Results 1 – 4 of 4) sorted by relevance
60 protected final ReferenceQueue<?> refQueue; field in RefQueueWorker87 refQueue = queue; in RefQueueWorker()107 Reference<?> ref = refQueue.remove(); in run()
93 protected ReferenceQueue<Object> refQueue; field in AbstractConnPool128 if (refQueue != null) { in enableConnectionGC()140 refQueue = new ReferenceQueue<Object>(); in enableConnectionGC()141 refWorker = new RefQueueWorker(refQueue, this); in enableConnectionGC()
494 new BasicPoolEntry(op, rospl.getRoute(), refQueue);
2865 field @Deprecated protected java.lang.ref.ReferenceQueue<java.lang.Object> refQueue;2925 field @Deprecated protected final java.lang.ref.ReferenceQueue<?> refQueue;