case class BlendedJMSConnectionConfig(vendor: String, provider: String, enabled: Boolean, jmxEnabled: Boolean, keepAliveEnabled: Boolean, maxKeepAliveMissed: Int, keepAliveInterval: FiniteDuration, minReconnect: FiniteDuration, connectTimeout: FiniteDuration, maxReconnectTimeout: Option[FiniteDuration], retryInterval: FiniteDuration, clientId: String, defaultUser: Option[String], defaultPassword: Option[String], keepAliveDestination: String, properties: Map[String, String], useJndi: Boolean, jndiName: Option[String] = None, cfEnabled: Option[(ConnectionConfig) => Boolean], cf: Option[ConnectionFactory], ctxtClassName: Option[String], jmsClassloader: Option[ClassLoader]) extends ConnectionConfig with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ConnectionConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlendedJMSConnectionConfig
  2. Serializable
  3. Product
  4. Equals
  5. ConnectionConfig
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlendedJMSConnectionConfig(vendor: String, provider: String, enabled: Boolean, jmxEnabled: Boolean, keepAliveEnabled: Boolean, maxKeepAliveMissed: Int, keepAliveInterval: FiniteDuration, minReconnect: FiniteDuration, connectTimeout: FiniteDuration, maxReconnectTimeout: Option[FiniteDuration], retryInterval: FiniteDuration, clientId: String, defaultUser: Option[String], defaultPassword: Option[String], keepAliveDestination: String, properties: Map[String, String], useJndi: Boolean, jndiName: Option[String] = None, cfEnabled: Option[(ConnectionConfig) => Boolean], cf: Option[ConnectionFactory], ctxtClassName: Option[String], jmsClassloader: Option[ClassLoader])

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. val cf: Option[ConnectionFactory]
  6. val cfEnabled: Option[(ConnectionConfig) => Boolean]
  7. val clientId: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val connectTimeout: FiniteDuration
  10. val ctxtClassName: Option[String]
  11. val defaultPassword: Option[String]
  12. val defaultUser: Option[String]
  13. val enabled: Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val jmsClassloader: Option[ClassLoader]
  18. val jmxEnabled: Boolean
  19. val jndiName: Option[String]
  20. val keepAliveDestination: String
  21. val keepAliveEnabled: Boolean
  22. val keepAliveInterval: FiniteDuration
  23. val maxKeepAliveMissed: Int
  24. val maxReconnectTimeout: Option[FiniteDuration]
  25. val minReconnect: FiniteDuration
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val properties: Map[String, String]
  31. val provider: String
  32. val retryInterval: FiniteDuration
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val useJndi: Boolean
  35. val vendor: String
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConnectionConfig

Inherited from AnyRef

Inherited from Any

Ungrouped