java.lang.Object | ||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |
↳ | 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
autoConnectRetry | |||||||||||
connectTimeout | |||||||||||
connectionPool | Connector Pool | ||||||||||
connectionsPerHost | |||||||||||
database | |||||||||||
flowConstruct | Flow Construct | ||||||||||
host | |||||||||||
maxWaitTime | |||||||||||
muleContext | Mule Context | ||||||||||
password | |||||||||||
poolingProfile | |||||||||||
port | |||||||||||
retryPolicyTemplate | |||||||||||
socketTimeout | |||||||||||
threadsAllowedToBlockForConnectionMultiplier | |||||||||||
username |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves autoConnectRetry
| |||||||||||
Retrieves connectTimeout
| |||||||||||
Retrieves connectionsPerHost
| |||||||||||
Retrieves database
| |||||||||||
Retrieve the default connection key
| |||||||||||
Retrieve the connection key evaluated with the received mule event
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves host
| |||||||||||
Retrieves maxWaitTime
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves poolingProfile
| |||||||||||
Retrieves port
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves socketTimeout
| |||||||||||
Retrieves threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets autoConnectRetry
| |||||||||||
Sets connectTimeout
| |||||||||||
Sets connectionsPerHost
| |||||||||||
Sets database
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets host
| |||||||||||
Sets maxWaitTime
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets poolingProfile
| |||||||||||
Sets port
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets socketTimeout
| |||||||||||
Sets threadsAllowedToBlockForConnectionMultiplier
| |||||||||||
Sets username
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Connector Pool
Flow Construct
Mule Context
key |
---|
Exception |
---|
exception |
---|
key | |
---|---|
connection |
Exception |
---|
Retrieves autoConnectRetry
Retrieves connectTimeout
Retrieves connectionsPerHost
Retrieves database
Retrieve the default connection key
Retrieve the connection key evaluated with the received mule event
event |
---|
Exception |
---|
Retrieves flowConstruct
Retrieves host
Retrieves maxWaitTime
Retrieves muleContext
Retrieves password
Retrieves poolingProfile
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 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 poolingProfile
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 |
---|