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