Packages

object AsyncConnectionPool extends LogSupport

Asynchronous Connection Pool Companion Object

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

Type Members

  1. type CPFactory = AsyncConnectionPoolFactory
  2. type CPSettings = AsyncConnectionPoolSettings
  3. type ConcurrentMap[A, B] = TrieMap[A, B]

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. val DEFAULT_NAME: Symbol
  5. def add(name: Any, url: String, user: String, password: String, settings: CPSettings = AsyncConnectionPoolSettings())(implicit factory: CPFactory = AsyncConnectionPoolFactory): Unit
  6. def apply(name: Any = DEFAULT_NAME): AsyncConnectionPool
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def borrow(name: Any = DEFAULT_NAME): AsyncConnection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def close(name: Any = DEFAULT_NAME): Unit
  11. def closeAll(): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def get(name: Any = DEFAULT_NAME): AsyncConnectionPool
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def giveBack(connection: NonSharedAsyncConnection, name: Any = DEFAULT_NAME): Unit
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def isInitialized(name: Any = DEFAULT_NAME): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val log: Log
    Attributes
    protected
    Definition Classes
    LogSupport
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def singleton(url: String, user: String, password: String, settings: CPSettings = AsyncConnectionPoolSettings())(implicit factory: CPFactory = AsyncConnectionPoolFactory): Unit
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LogSupport

Inherited from AnyRef

Inherited from Any

Ungrouped