| java.lang.Object | |
| ↳ | org.mule.module.mongo.config.MongoCloudConnectorConnectionManager |
A MongoCloudConnectorConnectionManager is a wrapper around MongoCloudConnector that adds connection management capabilities to the pojo.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MongoCloudConnectorConnectionManager.ConnectionParameters | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| database | |||||||||||
| flowConstruct | Flow construct | ||||||||||
| host | |||||||||||
| logger | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| port | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves database
| |||||||||||
Retrieves host
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets database
| |||||||||||
Sets flow construct
| |||||||||||
Sets host
| |||||||||||
Set the Mule context
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets username
| |||||||||||
|
[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.lifecycle.Initialisable
| |||||||||||
Connector Pool
Flow construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves connectionPoolingProfile
Retrieves database
Retrieves host
Retrieves password
Retrieves port
Retrieves username
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets database
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Sets host
| 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 username
| value | Value to set |
|---|