| java.lang.Object | |
| ↳ | org.mule.twitter.connectivity.TwitterConnectorConnectionManager |
A TwitterConnectorConnectionManager is a wrapper around TwitterConnector 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessKey | |||||||||||
| accessSecret | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| consumerKey | |||||||||||
| consumerSecret | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| muleContext | Mule Context | ||||||||||
| proxyHost | |||||||||||
| proxyPassword | |||||||||||
| proxyPort | |||||||||||
| proxyUsername | |||||||||||
| retryPolicyTemplate | |||||||||||
| useSSL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessKey
| |||||||||||
Retrieves accessSecret
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves consumerKey
| |||||||||||
Retrieves consumerSecret
| |||||||||||
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 proxyHost
| |||||||||||
Retrieves proxyPassword
| |||||||||||
Retrieves proxyPort
| |||||||||||
Retrieves proxyUsername
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves useSSL
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessKey
| |||||||||||
Sets accessSecret
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets consumerKey
| |||||||||||
Sets consumerSecret
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets muleContext
| |||||||||||
Sets proxyHost
| |||||||||||
Sets proxyPassword
| |||||||||||
Sets proxyPort
| |||||||||||
Sets proxyUsername
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets useSSL
| |||||||||||
|
[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.twitter.basic.Capabilities
| |||||||||||
From interface
org.mule.twitter.basic.MetadataAware
| |||||||||||
From interface
org.mule.twitter.connection.ConnectionManager
| |||||||||||
From interface
org.mule.twitter.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves accessKey
Retrieves accessSecret
Retrieves connectionPoolingProfile
Retrieves consumerKey
Retrieves consumerSecret
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 proxyHost
Retrieves proxyPassword
Retrieves proxyPort
Retrieves proxyUsername
Retrieves retryPolicyTemplate
Retrieves useSSL
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets accessKey
| value | Value to set |
|---|
Sets accessSecret
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets consumerKey
| value | Value to set |
|---|
Sets consumerSecret
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets proxyHost
| value | Value to set |
|---|
Sets proxyPassword
| value | Value to set |
|---|
Sets proxyPort
| value | Value to set |
|---|
Sets proxyUsername
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets useSSL
| value | Value to set |
|---|