public class

DocumentumConnectorConfigConnectionManagementConnectionManager

extends ExpressionEvaluatorSupport
implements MetadataAware MuleContextAware ProcessAdapter<O> Capabilities Disposable Initialisable Testable ConnectionManagementConnectionManager<Key extends ConnectionManagementConnectionKey, Adapter extends ConnectionManagementConnectorAdapter, Strategy>
java.lang.Object
   ↳ org.mule.devkit.processor.ExpressionEvaluatorSupport
     ↳ org.mule.modules.documentum.connectivity.DocumentumConnectorConfigConnectionManagementConnectionManager

Class Overview

A DocumentumConnectorConfigConnectionManagementConnectionManager is a wrapper around DocumentumConnector 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 KeyedObjectPool connectionPool Connector Pool
protected MuleContext muleContext Mule Context
private String password
protected PoolingProfile poolingProfile
private String repository
protected RetryPolicyTemplate retryPolicyTemplate
private String server
private String username
Public Constructors
DocumentumConnectorConfigConnectionManagementConnectionManager()
Public Methods
DocumentumConnectorConnectionManagementAdapter acquireConnection(ConnectionManagementConfigDocumentumConnectorConnectionKey key)
void destroyConnection(ConnectionManagementConfigDocumentumConnectorConnectionKey key, DocumentumConnectorConnectionManagementAdapter connection)
void dispose()
ConnectionManagementConnectionAdapter getConnectionAdapter(ConnectionManagementConnectorAdapter adapter)
ConnectionManagementConfigDocumentumConnectorConnectionKey getConnectionKey(MessageProcessor messageProcessor, MuleEvent event)
ConnectionManagementConfigDocumentumConnectorConnectionKey getDefaultConnectionKey()
String getDevkitBuild()
String getDevkitVersion()
ConnectionManagementConfigDocumentumConnectorConnectionKey getEvaluatedConnectionKey(MuleEvent event)
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
MuleContext getMuleContext()
Retrieves muleContext
String getPassword()
Retrieves password
PoolingProfile getPoolingProfile()
Retrieves poolingProfile
<P> ProcessTemplate<P, DocumentumConnectorConnectionManagementAdapter> getProcessTemplate()
String getRepository()
Retrieves repository
RetryPolicyTemplate getRetryPolicyTemplate()
Retrieves retryPolicyTemplate
String getServer()
Retrieves server
String getUsername()
Retrieves username
void initialise()
boolean isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
ConnectionManagementConnectionAdapter newConnection()
ConnectionManagementConnectorAdapter newConnector(ConnectionManagementConnectionAdapter<ConfigConnectionManagementConfigDocumentumConnectorConnectionKey> connection)
void releaseConnection(ConnectionManagementConfigDocumentumConnectorConnectionKey key, DocumentumConnectorConnectionManagementAdapter connection)
void setMuleContext(MuleContext value)
Sets muleContext
void setPassword(String value)
Sets password
void setPoolingProfile(PoolingProfile value)
Sets poolingProfile
void setRepository(String value)
Sets repository
void setRetryPolicyTemplate(RetryPolicyTemplate value)
Sets retryPolicyTemplate
void setServer(String value)
Sets server
void setUsername(String value)
Sets username
TestResult test()
[Expand]
Inherited Methods
From class org.mule.devkit.processor.ExpressionEvaluatorSupport
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.devkit.internal.connection.management.ConnectionManagementConnectionManager

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.7.x.2633.51164b9"

private static final String DEVKIT_VERSION

Constant Value: "3.7.2"

private static final String MIN_MULE_VERSION

Constant Value: "3.6"

private static final String MODULE_NAME

Constant Value: "Documentum"

private static final String MODULE_VERSION

Constant Value: "2.0.0"

Fields

private KeyedObjectPool connectionPool

Connector Pool

protected MuleContext muleContext

Mule Context

private String password

protected PoolingProfile poolingProfile

private String repository

protected RetryPolicyTemplate retryPolicyTemplate

private String server

private String username

Public Constructors

public DocumentumConnectorConfigConnectionManagementConnectionManager ()

Public Methods

public void destroyConnection (ConnectionManagementConfigDocumentumConnectorConnectionKey key, DocumentumConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

public void dispose ()

public ConnectionManagementConnectionAdapter getConnectionAdapter (ConnectionManagementConnectorAdapter adapter)

Parameters
adapter

public ConnectionManagementConfigDocumentumConnectorConnectionKey getConnectionKey (MessageProcessor messageProcessor, MuleEvent event)

Parameters
messageProcessor
event
Throws
Exception

public String getDevkitBuild ()

public String getDevkitVersion ()

public ConnectionManagementConfigDocumentumConnectorConnectionKey getEvaluatedConnectionKey (MuleEvent event)

Parameters
event
Throws
Exception

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()

public MuleContext getMuleContext ()

Retrieves muleContext

public String getPassword ()

Retrieves password

public PoolingProfile getPoolingProfile ()

Retrieves poolingProfile

public ProcessTemplate<P, DocumentumConnectorConnectionManagementAdapter> getProcessTemplate ()

public String getRepository ()

Retrieves repository

public RetryPolicyTemplate getRetryPolicyTemplate ()

Retrieves retryPolicyTemplate

public String getServer ()

Retrieves server

public String getUsername ()

Retrieves username

public void initialise ()

public boolean isCapableOf (ModuleCapability capability)

Returns true if this module implements such capability

Parameters
capability

public ConnectionManagementConnectionAdapter newConnection ()

public ConnectionManagementConnectorAdapter newConnector (ConnectionManagementConnectionAdapter<ConfigConnectionManagementConfigDocumentumConnectorConnectionKey> connection)

Parameters
connection

public void releaseConnection (ConnectionManagementConfigDocumentumConnectorConnectionKey key, DocumentumConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

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 setPoolingProfile (PoolingProfile value)

Sets poolingProfile

Parameters
value Value to set

public void setRepository (String value)

Sets repository

Parameters
value Value to set

public void setRetryPolicyTemplate (RetryPolicyTemplate value)

Sets retryPolicyTemplate

Parameters
value Value to set

public void setServer (String value)

Sets server

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set

public TestResult test ()