| java.lang.Object | |
| ↳ | org.mule.module.mongo.connectivity.MongoCloudConnectorConnectionManager |
A MongoCloudConnectorConnectionManager is a wrapper around MongoCloudConnector that adds connection management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MIN_MULE_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| autoConnectRetry | |||||||||||
| connectTimeout | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| connectionsPerHost | |||||||||||
| database | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| host | |||||||||||
| maxWaitTime | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| port | |||||||||||
| retryPolicyTemplate | |||||||||||
| socketTimeout | |||||||||||
| threadsAllowedToBlockForConnectionMultiplier | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves autoConnectRetry
| |||||||||||
Retrieves connectTimeout
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves connectionsPerHost
| |||||||||||
Retrieves database
| |||||||||||
Retrieve the default connection key
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves host
| |||||||||||
Retrieves maxWaitTime
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves socketTimeout
| |||||||||||
Retrieves threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets autoConnectRetry
| |||||||||||
Sets connectTimeout
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets connectionsPerHost
| |||||||||||
Sets database
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets host
| |||||||||||
Sets maxWaitTime
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets socketTimeout
| |||||||||||
Sets threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Sets username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.devkit.ProcessAdapter
| |||||||||||
From interface
org.mule.api.devkit.capability.Capabilities
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.common.Testable
| |||||||||||
From interface
org.mule.module.mongo.connection.ConnectionManager
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves autoConnectRetry
Retrieves connectTimeout
Retrieves connectionPoolingProfile
Retrieves connectionsPerHost
Retrieves database
Retrieve the default connection key
Retrieves flowConstruct
Retrieves host
Retrieves maxWaitTime
Retrieves muleContext
Retrieves password
Retrieves port
Retrieves retryPolicyTemplate
Retrieves socketTimeout
Retrieves threadsAllowedToBlockForConnectionMultiplier
Retrieves username
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 flowConstruct
| value | Value to set |
|---|
Sets host
| value | Value to set |
|---|
Sets maxWaitTime
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets port
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets socketTimeout
| value | Value to set |
|---|
Sets threadsAllowedToBlockForConnectionMultiplier
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|