Packages

c

scalikejdbc.async.internal

AsyncConnectionPoolCommonImpl

abstract class AsyncConnectionPoolCommonImpl[T <: ConcreteConnection] extends AsyncConnectionPool with JasyncConfiguration with LogSupport

Linear Supertypes
LogSupport, JasyncConfiguration, AsyncConnectionPool, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncConnectionPoolCommonImpl
  2. LogSupport
  3. JasyncConfiguration
  4. AsyncConnectionPool
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncConnectionPoolCommonImpl(url: String, user: String, password: String, factoryF: (Configuration) => ObjectFactory[T], settings: AsyncConnectionPoolSettings = AsyncConnectionPoolSettings())

Abstract Value Members

  1. abstract def borrow(): AsyncConnection

    Borrows a connection from pool.

    Borrows a connection from pool.

    returns

    connection

    Definition Classes
    AsyncConnectionPool

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit

    Close this pool.

    Close this pool.

    Definition Classes
    AsyncConnectionPoolCommonImplAsyncConnectionPool
  7. val defaultConfiguration: Configuration
    Definition Classes
    JasyncConfiguration
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def giveBack(conn: NonSharedAsyncConnection): Unit

    Gives back the connection.

    Gives back the connection.

    conn

    connection

    Definition Classes
    AsyncConnectionPoolCommonImplAsyncConnectionPool
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val log: Log
    Attributes
    protected
    Definition Classes
    LogSupport
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val settings: AsyncConnectionPoolSettings
    Definition Classes
    AsyncConnectionPool
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LogSupport

Inherited from JasyncConfiguration

Inherited from AsyncConnectionPool

Inherited from AnyRef

Inherited from Any

Ungrouped