Class ConnectionRef<T>


  • public class ConnectionRef<T>
    extends java.lang.Object
    • Constructor Detail

      • ConnectionRef

        public ConnectionRef​(T connection)
    • Method Detail

      • deref

        public int deref()
      • dispose

        public void dispose()
      • getRefCount

        public int getRefCount()
      • ref

        public int ref()
      • getConnection

        public T getConnection()