| java.lang.Object | |
| ↳ | org.mule.modules.amazon.adapters.SQSConnectorConnectionManager |
A SQSConnectorConnectionManager is a wrapper around SQSConnector that adds connection management capabilities to the pojo.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SQSConnectorConnectionManager.ConnectionKey | A tuple of connection parameters | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessKey | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow construct | ||||||||||
| logger | |||||||||||
| muleContext | Mule Context | ||||||||||
| queueName | |||||||||||
| secretAccessKey | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessKey
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves queueName
| |||||||||||
Retrieves secretAccessKey
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessKey
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flow construct
| |||||||||||
Set the Mule context
| |||||||||||
Sets queueName
| |||||||||||
Sets secretAccessKey
| |||||||||||
|
[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.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
Connector Pool
Flow construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves accessKey
Retrieves connectionPoolingProfile
Retrieves queueName
Retrieves secretAccessKey
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets accessKey
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets queueName
| value | Value to set |
|---|
Sets secretAccessKey
| value | Value to set |
|---|