public class

ZuoraModuleConnectionManager

extends Object
implements MetadataAware MuleContextAware ProcessAdapter<O> Capabilities Disposable Initialisable Testable ConnectorMetaDataEnabled NativeQueryMetadataTranslator ConnectionManager<K, C extends Connection>
java.lang.Object
   ↳ org.mule.modules.zuora.connectivity.ZuoraModuleConnectionManager

Class Overview

A ZuoraModuleConnectionManager is a wrapper around ZuoraModule that adds connection management capabilities to the pojo.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MIN_MULE_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
Fields
private ZuoraClient<Exception> client
private GenericKeyedObjectPool connectionPool Connector Pool
protected PoolingProfile connectionPoolingProfile
private String endpoint
protected FlowConstruct flowConstruct Flow Construct
protected MuleContext muleContext Mule Context
private String password
protected RetryPolicyTemplate retryPolicyTemplate
private String username
Public Constructors
ZuoraModuleConnectionManager()
Public Methods
ZuoraModuleConnectionIdentifierAdapter acquireConnection(ZuoraModuleConnectionKey key)
DefaultResult buildFailureTestResult(Exception exception)
void destroyConnection(ZuoraModuleConnectionKey key, ZuoraModuleConnectionIdentifierAdapter connection)
void dispose()
ZuoraClient<Exception> getClient()
Retrieves client
PoolingProfile getConnectionPoolingProfile()
Retrieves connectionPoolingProfile
ZuoraModuleConnectionKey getDefaultConnectionKey()
Retrieve the default connection key
String getDevkitBuild()
String getDevkitVersion()
String getEndpoint()
Retrieves endpoint
FlowConstruct getFlowConstruct()
Retrieves flowConstruct
Result<MetaData> getMetaData(MetaDataKey metaDataKey)
Result<List<MetaDataKey>> getMetaDataKeys()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
MuleContext getMuleContext()
Retrieves muleContext
String getPassword()
Retrieves password
<P> ProcessTemplate<P, ZuoraModuleConnectionIdentifierAdapter> getProcessTemplate()
RetryPolicyTemplate getRetryPolicyTemplate()
Retrieves retryPolicyTemplate
String getUsername()
Retrieves username
void initialise()
boolean isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
void releaseConnection(ZuoraModuleConnectionKey key, ZuoraModuleConnectionIdentifierAdapter connection)
void setClient(ZuoraClient<Exception> value)
Sets client
void setConnectionPoolingProfile(PoolingProfile value)
Sets connectionPoolingProfile
void setEndpoint(String value)
Sets endpoint
void setFlowConstruct(FlowConstruct value)
Sets flowConstruct
void setMuleContext(MuleContext value)
Sets muleContext
void setPassword(String value)
Sets password
void setRetryPolicyTemplate(RetryPolicyTemplate value)
Sets retryPolicyTemplate
void setUsername(String value)
Sets username
TestResult test()
Result<String> toNativeQuery(DsqlQuery query)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.api.MetadataAware
From interface org.mule.api.context.MuleContextAware
From interface org.mule.api.devkit.ProcessAdapter
From interface org.mule.api.devkit.capability.Capabilities
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.common.Testable
From interface org.mule.common.metadata.ConnectorMetaDataEnabled
From interface org.mule.common.metadata.NativeQueryMetadataTranslator
From interface org.mule.modules.zuora.connection.ConnectionManager

Constants

private static final String DEVKIT_BUILD

Constant Value: "origin/3.5.0-bighorn.1778.6df8d07"

private static final String DEVKIT_VERSION

Constant Value: "3.5.0-bighorn"

private static final String MIN_MULE_VERSION

Constant Value: "3.5"

private static final String MODULE_NAME

Constant Value: "Zuora"

private static final String MODULE_VERSION

Constant Value: "2.0.1"

Fields

private ZuoraClient<Exception> client

private GenericKeyedObjectPool connectionPool

Connector Pool

protected PoolingProfile connectionPoolingProfile

private String endpoint

protected FlowConstruct flowConstruct

Flow Construct

protected MuleContext muleContext

Mule Context

private String password

protected RetryPolicyTemplate retryPolicyTemplate

private String username

Public Constructors

public ZuoraModuleConnectionManager ()

Public Methods

public ZuoraModuleConnectionIdentifierAdapter acquireConnection (ZuoraModuleConnectionKey key)

Parameters
key
Throws
Exception

public DefaultResult buildFailureTestResult (Exception exception)

Parameters
exception

public void destroyConnection (ZuoraModuleConnectionKey key, ZuoraModuleConnectionIdentifierAdapter connection)

Parameters
key
connection
Throws
Exception

public void dispose ()

public ZuoraClient<Exception> getClient ()

Retrieves client

public PoolingProfile getConnectionPoolingProfile ()

Retrieves connectionPoolingProfile

Returns
  • PoolingProfile representing the pooling parameters

public ZuoraModuleConnectionKey getDefaultConnectionKey ()

Retrieve the default connection key

Returns
  • The default connection key

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getEndpoint ()

Retrieves endpoint

public FlowConstruct getFlowConstruct ()

Retrieves flowConstruct

public Result<MetaData> getMetaData (MetaDataKey metaDataKey)

Parameters
metaDataKey

public Result<List<MetaDataKey>> getMetaDataKeys ()

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()

public MuleContext getMuleContext ()

Retrieves muleContext

public String getPassword ()

Retrieves password

public ProcessTemplate<P, ZuoraModuleConnectionIdentifierAdapter> getProcessTemplate ()

public RetryPolicyTemplate getRetryPolicyTemplate ()

Retrieves retryPolicyTemplate

Returns
  • The reconnection strategy

public String getUsername ()

Retrieves username

public void initialise ()

public boolean isCapableOf (ModuleCapability capability)

Returns true if this module implements such capability

Parameters
capability

public void releaseConnection (ZuoraModuleConnectionKey key, ZuoraModuleConnectionIdentifierAdapter connection)

Parameters
key
connection
Throws
Exception

public void setClient (ZuoraClient<Exception> value)

Sets client

Parameters
value Value to set

public void setConnectionPoolingProfile (PoolingProfile value)

Sets connectionPoolingProfile

Parameters
value Value to set

public void setEndpoint (String value)

Sets endpoint

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 setPassword (String value)

Sets password

Parameters
value Value to set

public void setRetryPolicyTemplate (RetryPolicyTemplate value)

Sets retryPolicyTemplate

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set

public TestResult test ()

public Result<String> toNativeQuery (DsqlQuery query)

Parameters
query