public class

SunSystemsSSCConnectorConfigConnectionManagementConnectionManager

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
     ↳ com.computime.sunsystemsssc.connectivity.SunSystemsSSCConnectorConfigConnectionManagementConnectionManager

Class Overview

A SunSystemsSSCConnectorConfigConnectionManagementConnectionManager is a wrapper around SunSystemsSSCConnector 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
private String host
private String license
protected MuleContext muleContext Mule Context
private String password
protected PoolingProfile poolingProfile
private String port
protected RetryPolicyTemplate retryPolicyTemplate
private String username
private String wsdlLocation
Public Constructors
SunSystemsSSCConnectorConfigConnectionManagementConnectionManager()
Public Methods
SunSystemsSSCConnectorConnectionManagementAdapter acquireConnection(ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey key)
void destroyConnection(ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey key, SunSystemsSSCConnectorConnectionManagementAdapter connection)
void dispose()
ConnectionManagementConnectionAdapter getConnectionAdapter(ConnectionManagementConnectorAdapter adapter)
ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey getConnectionKey(MessageProcessor messageProcessor, MuleEvent event)
ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey getDefaultConnectionKey()
String getDevkitBuild()
String getDevkitVersion()
ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey getEvaluatedConnectionKey(MuleEvent event)
String getHost()
Retrieves host
String getLicense()
Retrieves license
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
MuleContext getMuleContext()
Retrieves muleContext
String getPassword()
Retrieves password
PoolingProfile getPoolingProfile()
Retrieves poolingProfile
String getPort()
Retrieves port
<P> ProcessTemplate<P, SunSystemsSSCConnectorConnectionManagementAdapter> getProcessTemplate()
RetryPolicyTemplate getRetryPolicyTemplate()
Retrieves retryPolicyTemplate
String getUsername()
Retrieves username
String getWsdlLocation()
Retrieves wsdlLocation
void initialise()
boolean isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
ConnectionManagementConnectionAdapter newConnection()
ConnectionManagementConnectorAdapter newConnector(ConnectionManagementConnectionAdapter<ConnectionManagementStrategyConnectionManagementConfigSunSystemsSSCConnectorConnectionKey> connection)
void releaseConnection(ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey key, SunSystemsSSCConnectorConnectionManagementAdapter connection)
void setHost(String value)
Sets host
void setLicense(String value)
Sets license
void setMuleContext(MuleContext value)
Sets muleContext
void setPassword(String value)
Sets password
void setPoolingProfile(PoolingProfile value)
Sets poolingProfile
void setPort(String value)
Sets port
void setRetryPolicyTemplate(RetryPolicyTemplate value)
Sets retryPolicyTemplate
void setUsername(String value)
Sets username
void setWsdlLocation(String value)
Sets wsdlLocation
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.shade.connection.management.ConnectionManagementConnectionManager

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.2405.44720b7"

private static final String DEVKIT_VERSION

Constant Value: "3.6.1"

private static final String MIN_MULE_VERSION

Constant Value: "3.5.0"

private static final String MODULE_NAME

Constant Value: "SunSystems SSC"

private static final String MODULE_VERSION

Constant Value: "1.0.0"

Fields

private KeyedObjectPool connectionPool

Connector Pool

private String host

private String license

protected MuleContext muleContext

Mule Context

private String password

protected PoolingProfile poolingProfile

private String port

protected RetryPolicyTemplate retryPolicyTemplate

private String username

private String wsdlLocation

Public Constructors

public SunSystemsSSCConnectorConfigConnectionManagementConnectionManager ()

Public Methods

public void destroyConnection (ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey key, SunSystemsSSCConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

public void dispose ()

public ConnectionManagementConnectionAdapter getConnectionAdapter (ConnectionManagementConnectorAdapter adapter)

Parameters
adapter

public ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey getConnectionKey (MessageProcessor messageProcessor, MuleEvent event)

Parameters
messageProcessor
event
Throws
Exception

public String getDevkitBuild ()

public String getDevkitVersion ()

public ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey getEvaluatedConnectionKey (MuleEvent event)

Parameters
event
Throws
Exception

public String getHost ()

Retrieves host

public String getLicense ()

Retrieves license

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 String getPort ()

Retrieves port

public ProcessTemplate<P, SunSystemsSSCConnectorConnectionManagementAdapter> getProcessTemplate ()

public RetryPolicyTemplate getRetryPolicyTemplate ()

Retrieves retryPolicyTemplate

public String getUsername ()

Retrieves username

public String getWsdlLocation ()

Retrieves wsdlLocation

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<ConnectionManagementStrategyConnectionManagementConfigSunSystemsSSCConnectorConnectionKey> connection)

Parameters
connection

public void releaseConnection (ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey key, SunSystemsSSCConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

public void setHost (String value)

Sets host

Parameters
value Value to set

public void setLicense (String value)

Sets license

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

Sets poolingProfile

Parameters
value Value to set

public void setPort (String value)

Sets port

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

Sets wsdlLocation

Parameters
value Value to set

public TestResult test ()