java.lang.Object | |
↳ | org.mule.modules.adapters.SolrConnectorConnectionManager |
A SolrConnectorConnectionManager
is a wrapper around SolrConnector
that adds connection management capabilities to the pojo.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SolrConnectorConnectionManager.ConnectionKey | A tuple of connection parameters |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
connectionPool | Connector Pool | ||||||||||
connectionPoolingProfile | |||||||||||
flowConstruct | Flow construct | ||||||||||
logger | |||||||||||
muleContext | Mule Context | ||||||||||
password | |||||||||||
serverUrl | |||||||||||
username |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves password
| |||||||||||
Retrieves serverUrl
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flow construct
| |||||||||||
Set the Mule context
| |||||||||||
Sets password
| |||||||||||
Sets serverUrl
| |||||||||||
Sets username
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Connector Pool
Flow construct
Mule Context
Retrieves connectionPoolingProfile
Returns true if this module implements such capability
capability |
---|
Sets connectionPoolingProfile
value | Value to set |
---|
Sets flow construct
flowConstruct | Flow construct to set |
---|
Set the Mule context
context | Mule context to set |
---|