Searched refs:BasicPoolEntryRef (Results 1 – 3 of 3) sorted by relevance
75 protected Set<BasicPoolEntryRef> issuedConnections;101 issuedConnections = new HashSet<BasicPoolEntryRef>(); in AbstractConnPool()200 if (ref instanceof BasicPoolEntryRef) { in handleReference()207 ((BasicPoolEntryRef)ref).getRoute(); in handleReference()290 Iterator<BasicPoolEntryRef> iter = issuedConnections.iterator(); in shutdown()292 BasicPoolEntryRef per = iter.next(); in shutdown()
53 private final BasicPoolEntryRef reference;70 this.reference = new BasicPoolEntryRef(this, queue); in BasicPoolEntry()81 protected final BasicPoolEntryRef getWeakRef() { in getWeakRef()
46 public class BasicPoolEntryRef extends WeakReference<BasicPoolEntry> { class58 public BasicPoolEntryRef(BasicPoolEntry entry, in BasicPoolEntryRef() method in BasicPoolEntryRef