package utils
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AddedConnectionFactory(cfg: BlendedSingleConnectionFactory) extends KeepAliveEvent with Product with Serializable
- class BlendedJMSConnection extends Connection
- 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
- class BlendedSingleConnectionFactory extends IdAwareConnectionFactory
- case class CheckConnection(now: Boolean) extends Product with Serializable
- case class Connect(ts: Date, id: String) extends Product with Serializable
Command message to establish a JMS Connection
- case class ConnectResult(ts: Date, r: Either[Throwable, Connection]) extends Product with Serializable
Outcome of a connect
- case class ConnectTimeout(t: Date) extends Product with Serializable
- case class ConnectionCommand(vendor: String, provider: String, maxEvents: Int = 0, disconnectPending: Boolean = false, connectPending: Boolean = false, reconnectNow: Boolean = false) extends Product with Serializable
- trait ConnectionConfig extends AnyRef
- abstract class ConnectionFactoryActivator extends DominoActivator with ActorSystemWatching
- case class ConnectionState(vendor: String, provider: String, status: JmsConnectionState = Disconnected, lastConnect: Option[Date] = None, lastDisconnect: Option[Date] = None, missedKeepAlives: Int = 0, maxEvents: Int = 20, events: List[String] = List.empty, firstReconnectAttempt: Option[Date] = None, lastConnectAttempt: Option[Date] = None, controller: Option[ActorRef] = None) extends Product with Serializable
- case class ConnectionStateChanged(state: ConnectionState) extends Product with Serializable
- case class Disconnect(timeout: FiniteDuration) extends Product with Serializable
Command message to close a JMS Connection within a given timeout
- trait IdAwareConnectionFactory extends ConnectionFactory with ProviderAware
- sealed trait JmsConnectionState extends AnyRef
- sealed trait JmsDestination extends AnyRef
- final case class JmsDurableTopic(name: String, subscriberName: String) extends JmsDestination with Product with Serializable
- final case class JmsQueue(name: String) extends JmsDestination with Product with Serializable
- final case class JmsSession(session: Session, sessionId: String) extends Product with Serializable
- final case class JmsTopic(name: String) extends JmsDestination with Product with Serializable
- sealed trait KeepAliveEvent extends AnyRef
- case class KeepAliveMissed(vendor: String, provider: String, corrId: String, count: Int) extends KeepAliveEvent with Product with Serializable
- case class MaxKeepAliveExceeded(vendor: String, provider: String) extends KeepAliveEvent with Product with Serializable
- case class MessageReceived(vendor: String, provider: String, id: String) extends KeepAliveEvent with Product with Serializable
- case class ProducerMaterialized(vendor: String, provider: String, prod: ActorRef) extends Product with Serializable
- trait ProviderAware extends AnyRef
- case class QueryConnectionState(vendor: String, provider: String) extends Product with Serializable
- case class Reconnect(vendor: String, provider: String, e: Option[Throwable]) extends Product with Serializable
- case class RemovedConnectionFactory(cfg: BlendedSingleConnectionFactory) extends KeepAliveEvent with Product with Serializable
- case class RestartContainer(reason: Throwable) extends JmsConnectionState with Product with Serializable
- class SimpleIdAwareConnectionFactory extends BlendedSingleConnectionFactory
Value Members
- object BlendedJMSConnectionConfig extends Serializable
- case object CloseTimeout extends Product with Serializable
- case object Closing extends JmsConnectionState with Product with Serializable
- case object Connected extends JmsConnectionState with Product with Serializable
- case object Connecting extends JmsConnectionState with Product with Serializable
- case object ConnectionClosed extends Product with Serializable
- object ConnectionFactoryActivator
- object ConnectionStateListener
- case object Disconnected extends JmsConnectionState with Product with Serializable
- object JmsDestination
- object Reconnect extends Serializable
- object SimpleIdAwareConnectionFactory