| java.lang.Object | |
| ↳ | org.mule.modules.odata.connectivity.ODataConnectorConnectionManager |
A ODataConnectorConnectionManager is a wrapper around ODataConnector 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| consumerFactory | |||||||||||
| consumerVersion | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| formatType | |||||||||||
| muleContext | Mule Context | ||||||||||
| namingFormat | |||||||||||
| password | |||||||||||
| retryPolicyTemplate | |||||||||||
| serviceUri | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves consumerFactory
| |||||||||||
Retrieves consumerVersion
| |||||||||||
Retrieve the default connection key
| |||||||||||
Returns the build of the DevKit used to create this module
| |||||||||||
Returns the version of the DevKit used to create this module
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves formatType
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves namingFormat
| |||||||||||
Retrieves password
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves serviceUri
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets consumerFactory
| |||||||||||
Sets consumerVersion
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets formatType
| |||||||||||
Sets muleContext
| |||||||||||
Sets namingFormat
| |||||||||||
Sets password
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets serviceUri
| |||||||||||
Sets username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.common.Testable
| |||||||||||
From interface
org.mule.modules.odata.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.odata.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.odata.connection.ConnectionManager
| |||||||||||
From interface
org.mule.modules.odata.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves connectionPoolingProfile
Retrieve the default connection key
Returns the build of the DevKit used to create this module
Returns the version of the DevKit used to create this module
Retrieves flowConstruct
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves password
Retrieves retryPolicyTemplate
Retrieves serviceUri
Retrieves username
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets consumerFactory
| value | Value to set |
|---|
Sets consumerVersion
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets namingFormat
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets serviceUri
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|