| 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 | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| autoConnectRetry | |||||||||||
| connectTimeout | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| connectionsPerHost | |||||||||||
| database | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| fsync | |||||||||||
| host | |||||||||||
| maxWaitTime | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| port | |||||||||||
| retryPolicyTemplate | |||||||||||
| safe | |||||||||||
| slaveOk | |||||||||||
| socketTimeout | |||||||||||
| threadsAllowedToBlockForConnectionMultiplier | |||||||||||
| username | |||||||||||
| w | |||||||||||
| wtimeout | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves autoConnectRetry
| |||||||||||
Retrieves connectTimeout
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves connectionsPerHost
| |||||||||||
Retrieves database
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves fsync
| |||||||||||
Retrieves host
| |||||||||||
Retrieves maxWaitTime
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
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 flowConstruct
| |||||||||||
Sets fsync
| |||||||||||
Sets host
| |||||||||||
Sets maxWaitTime
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
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.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves autoConnectRetry
Retrieves connectTimeout
Retrieves connectionPoolingProfile
Retrieves connectionsPerHost
Retrieves database
Retrieves flowConstruct
Retrieves fsync
Retrieves host
Retrieves maxWaitTime
Retrieves muleContext
Retrieves password
Retrieves port
Retrieves retryPolicyTemplate
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 flowConstruct
| value | Value to set |
|---|
Sets fsync
| 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 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 |
|---|