| java.lang.Object | |
| ↳ | org.mule.modules.neo4j.connectivity.Neo4jConnectorConnectionManager |
A Neo4jConnectorConnectionManager is a wrapper around Neo4jConnector 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseUri | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| connector | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| retryPolicyTemplate | |||||||||||
| streaming | |||||||||||
| user | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves baseUri
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves connector
| |||||||||||
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 password
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves streaming
| |||||||||||
Retrieves user
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets baseUri
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets connector
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets streaming
| |||||||||||
Sets user
| |||||||||||
|
[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.modules.neo4j.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.neo4j.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.neo4j.connection.ConnectionManager
| |||||||||||
From interface
org.mule.modules.neo4j.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves baseUri
Retrieves connectionPoolingProfile
Retrieves connector
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 password
Retrieves retryPolicyTemplate
Retrieves streaming
Retrieves user
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets baseUri
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets connector
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets streaming
| value | Value to set |
|---|
Sets user
| value | Value to set |
|---|