| java.lang.Object | |
| ↳ | org.mule.modules.ssh.multiplexer.connectivity.SshConnectorConnectionManager |
A SshConnectorConnectionManager is a wrapper around SshConnector 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| callbackFlowName | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| host | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| port | |||||||||||
| receiverBufferSize | |||||||||||
| retryPolicyTemplate | |||||||||||
| shellMode | |||||||||||
| timeout | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves callbackFlowName
| |||||||||||
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
| |||||||||||
Retrieves host
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves receiverBufferSize
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves shellMode
| |||||||||||
Retrieves timeout
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets callbackFlowName
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets host
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets receiverBufferSize
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets shellMode
| |||||||||||
Sets timeout
| |||||||||||
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.modules.ssh.multiplexer.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.ssh.multiplexer.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.ssh.multiplexer.connection.ConnectionManager
| |||||||||||
From interface
org.mule.modules.ssh.multiplexer.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves callbackFlowName
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
Retrieves host
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves password
Retrieves port
Retrieves receiverBufferSize
Retrieves retryPolicyTemplate
Retrieves shellMode
Retrieves timeout
Retrieves username
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets callbackFlowName
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets host
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets port
| value | Value to set |
|---|
Sets receiverBufferSize
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets shellMode
| value | Value to set |
|---|
Sets timeout
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|