| java.lang.Object | |
| ↳ | org.mule.module.mongo.adapters.MongoCloudConnectorConnectionManager |
A MongoCloudConnectorConnectionManager is a wrapper around MongoCloudConnector that adds connection management capabilities to the pojo.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MongoCloudConnectorConnectionManager.ConnectionKey | A tuple of connection parameters | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| autoConnectRetry | |||||||||||
| connectTimeout | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| connectionsPerHost | |||||||||||
| database | |||||||||||
| flowConstruct | Flow construct | ||||||||||
| fsync | |||||||||||
| host | |||||||||||
| logger | |||||||||||
| maxWaitTime | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| port | |||||||||||
| safe | |||||||||||
| slaveOk | |||||||||||
| socketTimeout | |||||||||||
| threadsAllowedToBlockForConnectionMultiplier | |||||||||||
| username | |||||||||||
| w | |||||||||||
| wtimeout | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves autoConnectRetry
| |||||||||||
Retrieves connectTimeout
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves connectionsPerHost
| |||||||||||
Retrieves database
| |||||||||||
Retrieves fsync
| |||||||||||
Retrieves host
| |||||||||||
Retrieves maxWaitTime
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves safe
| |||||||||||
Retrieves slaveOk
| |||||||||||
Retrieves socketTimeout
| |||||||||||
Retrieves threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Retrieves username
| |||||||||||
Retrieves w
| |||||||||||
Retrieves wtimeout
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets autoConnectRetry
| |||||||||||
Sets connectTimeout
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets connectionsPerHost
| |||||||||||
Sets database
| |||||||||||
Sets flow construct
| |||||||||||
Sets fsync
| |||||||||||
Sets host
| |||||||||||
Sets maxWaitTime
| |||||||||||
Set the Mule context
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets safe
| |||||||||||
Sets slaveOk
| |||||||||||
Sets socketTimeout
| |||||||||||
Sets threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Sets username
| |||||||||||
Sets w
| |||||||||||
Sets wtimeout
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.ConnectionManager
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
Connector Pool
Flow construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves autoConnectRetry
Retrieves connectTimeout
Retrieves connectionPoolingProfile
Retrieves connectionsPerHost
Retrieves database
Retrieves fsync
Retrieves host
Retrieves maxWaitTime
Retrieves password
Retrieves port
Retrieves safe
Retrieves slaveOk
Retrieves socketTimeout
Retrieves threadsAllowedToBlockForConnectionMultiplier
Retrieves username
Retrieves w
Retrieves wtimeout
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets autoConnectRetry
| value | Value to set |
|---|
Sets connectTimeout
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets connectionsPerHost
| value | Value to set |
|---|
Sets database
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Sets fsync
| value | Value to set |
|---|
Sets host
| value | Value to set |
|---|
Sets maxWaitTime
| value | Value to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets password
| value | Value to set |
|---|
Sets port
| value | Value to set |
|---|
Sets safe
| value | Value to set |
|---|
Sets slaveOk
| value | Value to set |
|---|
Sets socketTimeout
| value | Value to set |
|---|
Sets threadsAllowedToBlockForConnectionMultiplier
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|
Sets w
| value | Value to set |
|---|
Sets wtimeout
| value | Value to set |
|---|