public class

ClarizenConnectorConnectionManager

extends Object
implements MuleContextAware Initialisable Capabilities MetadataAware ConnectionManager<K, C extends Connection> ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.clarizen.connectivity.ClarizenConnectorConnectionManager

Class Overview

A ClarizenConnectorConnectionManager is a wrapper around ClarizenConnector that adds connection management capabilities to the pojo.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From interface org.mule.api.lifecycle.Initialisable
Fields
private String applicationId
private String connectionPassword
private GenericKeyedObjectPool connectionPool Connector Pool
protected PoolingProfile connectionPoolingProfile
private String connectionUser
protected FlowConstruct flowConstruct Flow Construct
protected MuleContext muleContext Mule Context
private String partnerId
protected RetryPolicyTemplate retryPolicyTemplate
Public Constructors
ClarizenConnectorConnectionManager()
Public Methods
ClarizenConnectorConnectionIdentifierAdapter acquireConnection(ClarizenConnectorConnectionKey key)
void destroyConnection(ClarizenConnectorConnectionKey key, ClarizenConnectorConnectionIdentifierAdapter connection)
String getApplicationId()
Retrieves applicationId
String getConnectionPassword()
Retrieves connectionPassword
PoolingProfile getConnectionPoolingProfile()
Retrieves connectionPoolingProfile
String getConnectionUser()
Retrieves connectionUser
ClarizenConnectorConnectionKey getDefaultConnectionKey()
Retrieve the default connection key
String getDevkitBuild()
Returns the build of the DevKit used to create this module
String getDevkitVersion()
Returns the version of the DevKit used to create this module
FlowConstruct getFlowConstruct()
Retrieves flowConstruct
String getModuleName()
Returns the user-friendly name of this module
String getModuleVersion()
Returns the version of this module
MuleContext getMuleContext()
Retrieves muleContext
String getPartnerId()
Retrieves partnerId
<P> ProcessTemplate<P, ClarizenConnectorConnectionIdentifierAdapter> getProcessTemplate()
RetryPolicyTemplate getRetryPolicyTemplate()
Retrieves retryPolicyTemplate
void initialise()
boolean isCapableOf(Capability capability)
Returns true if this module implements such capability
void releaseConnection(ClarizenConnectorConnectionKey key, ClarizenConnectorConnectionIdentifierAdapter connection)
void setApplicationId(String value)
Sets applicationId
void setConnectionPassword(String value)
Sets connectionPassword
void setConnectionPoolingProfile(PoolingProfile value)
Sets connectionPoolingProfile
void setConnectionUser(String value)
Sets connectionUser
void setFlowConstruct(FlowConstruct value)
Sets flowConstruct
void setMuleContext(MuleContext value)
Sets muleContext
void setPartnerId(String value)
Sets partnerId
void setRetryPolicyTemplate(RetryPolicyTemplate value)
Sets retryPolicyTemplate
[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.clarizen.basic.Capabilities
From interface org.mule.modules.clarizen.basic.MetadataAware
From interface org.mule.modules.clarizen.connection.ConnectionManager
From interface org.mule.modules.clarizen.process.ProcessAdapter

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.4.0.1555.8df15c1"

private static final String DEVKIT_VERSION

Constant Value: "3.4.0"

private static final String MODULE_NAME

Constant Value: "Clarizen"

private static final String MODULE_VERSION

Constant Value: "2.0.7"

Fields

private String applicationId

private String connectionPassword

private GenericKeyedObjectPool connectionPool

Connector Pool

protected PoolingProfile connectionPoolingProfile

private String connectionUser

protected FlowConstruct flowConstruct

Flow Construct

protected MuleContext muleContext

Mule Context

private String partnerId

protected RetryPolicyTemplate retryPolicyTemplate

Public Constructors

public ClarizenConnectorConnectionManager ()

Public Methods

public ClarizenConnectorConnectionIdentifierAdapter acquireConnection (ClarizenConnectorConnectionKey key)

Parameters
key
Throws
Exception

public void destroyConnection (ClarizenConnectorConnectionKey key, ClarizenConnectorConnectionIdentifierAdapter connection)

Parameters
key
connection
Throws
Exception

public String getApplicationId ()

Retrieves applicationId

public String getConnectionPassword ()

Retrieves connectionPassword

public PoolingProfile getConnectionPoolingProfile ()

Retrieves connectionPoolingProfile

Returns
  • PoolingProfile representing the pooling parameters

public String getConnectionUser ()

Retrieves connectionUser

public ClarizenConnectorConnectionKey getDefaultConnectionKey ()

Retrieve the default connection key

Returns
  • The default connection key

public String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public FlowConstruct getFlowConstruct ()

Retrieves flowConstruct

public String getModuleName ()

Returns the user-friendly name of this module

public String getModuleVersion ()

Returns the version of this module

public MuleContext getMuleContext ()

Retrieves muleContext

public String getPartnerId ()

Retrieves partnerId

public RetryPolicyTemplate getRetryPolicyTemplate ()

Retrieves retryPolicyTemplate

Returns
  • The reconnection strategy

public void initialise ()

public boolean isCapableOf (Capability capability)

Returns true if this module implements such capability

Parameters
capability The capability to test for
Returns
  • True if it does, false otherwise

public void releaseConnection (ClarizenConnectorConnectionKey key, ClarizenConnectorConnectionIdentifierAdapter connection)

Parameters
key
connection
Throws
Exception

public void setApplicationId (String value)

Sets applicationId

Parameters
value Value to set

public void setConnectionPassword (String value)

Sets connectionPassword

Parameters
value Value to set

public void setConnectionPoolingProfile (PoolingProfile value)

Sets connectionPoolingProfile

Parameters
value Value to set

public void setConnectionUser (String value)

Sets connectionUser

Parameters
value Value to set

public void setFlowConstruct (FlowConstruct value)

Sets flowConstruct

Parameters
value Value to set

public void setMuleContext (MuleContext value)

Sets muleContext

Parameters
value Value to set

public void setPartnerId (String value)

Sets partnerId

Parameters
value Value to set

public void setRetryPolicyTemplate (RetryPolicyTemplate value)

Sets retryPolicyTemplate

Parameters
value Value to set