public class

PeopleSoftConnectorConfigConnectionManagementConnectionManager

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

Class Overview

A PeopleSoftConnectorConfigConnectionManagementConnectionManager is a wrapper around PeopleSoftConnector 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 Boolean componentInterfaceEditHistoryItems
private Boolean componentInterfaceGetHistoryItems
private List<String> componentInterfaceIdsWhiteList
private Boolean componentInterfaceInteractiveMode
private KeyedObjectPool connectionPool Connector Pool
protected MuleContext muleContext Mule Context
private String password
protected PoolingProfile poolingProfile
protected RetryPolicyTemplate retryPolicyTemplate
private String server
private String username
Public Constructors
PeopleSoftConnectorConfigConnectionManagementConnectionManager()
Public Methods
PeopleSoftConnectorConnectionManagementAdapter acquireConnection(ConnectionManagementConfigPeopleSoftConnectorConnectionKey key)
void destroyConnection(ConnectionManagementConfigPeopleSoftConnectorConnectionKey key, PeopleSoftConnectorConnectionManagementAdapter connection)
void dispose()
Boolean getComponentInterfaceEditHistoryItems()
Retrieves componentInterfaceEditHistoryItems
Boolean getComponentInterfaceGetHistoryItems()
Retrieves componentInterfaceGetHistoryItems
List<String> getComponentInterfaceIdsWhiteList()
Retrieves componentInterfaceIdsWhiteList
Boolean getComponentInterfaceInteractiveMode()
Retrieves componentInterfaceInteractiveMode
ConnectionManagementConnectionAdapter getConnectionAdapter(ConnectionManagementConnectorAdapter adapter)
ConnectionManagementConfigPeopleSoftConnectorConnectionKey getConnectionKey(MessageProcessor messageProcessor, MuleEvent event)
ConnectionManagementConfigPeopleSoftConnectorConnectionKey getDefaultConnectionKey()
String getDevkitBuild()
String getDevkitVersion()
ConnectionManagementConfigPeopleSoftConnectorConnectionKey getEvaluatedConnectionKey(MuleEvent event)
Result<MetaData> getMetaData(MetaDataKey metaDataKey)
Result<List<MetaDataKey>> getMetaDataKeys()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
MuleContext getMuleContext()
Retrieves muleContext
String getPassword()
Retrieves password
PoolingProfile getPoolingProfile()
Retrieves poolingProfile
<P> ProcessTemplate<P, PeopleSoftConnectorConnectionManagementAdapter> getProcessTemplate()
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<ConfigConnectionManagementConfigPeopleSoftConnectorConnectionKey> connection)
void releaseConnection(ConnectionManagementConfigPeopleSoftConnectorConnectionKey key, PeopleSoftConnectorConnectionManagementAdapter connection)
void setComponentInterfaceEditHistoryItems(Boolean value)
Sets componentInterfaceEditHistoryItems
void setComponentInterfaceGetHistoryItems(Boolean value)
Sets componentInterfaceGetHistoryItems
void setComponentInterfaceIdsWhiteList(List<String> value)
Sets componentInterfaceIdsWhiteList
void setComponentInterfaceInteractiveMode(Boolean value)
Sets componentInterfaceInteractiveMode
void setMuleContext(MuleContext value)
Sets muleContext
void setPassword(String value)
Sets password
void setPoolingProfile(PoolingProfile value)
Sets poolingProfile
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.common.metadata.ConnectorMetaDataEnabled
From interface org.mule.devkit.internal.connection.management.ConnectionManagementConnectionManager

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.2613.77421cc"

private static final String DEVKIT_VERSION

Constant Value: "3.7.1"

private static final String MIN_MULE_VERSION

Constant Value: "3.6"

private static final String MODULE_NAME

Constant Value: "PeopleSoft"

private static final String MODULE_VERSION

Constant Value: "2.0.0"

Fields

private Boolean componentInterfaceEditHistoryItems

private Boolean componentInterfaceGetHistoryItems

private List<String> componentInterfaceIdsWhiteList

private Boolean componentInterfaceInteractiveMode

private KeyedObjectPool connectionPool

Connector Pool

protected MuleContext muleContext

Mule Context

private String password

protected PoolingProfile poolingProfile

protected RetryPolicyTemplate retryPolicyTemplate

private String server

private String username

Public Constructors

public PeopleSoftConnectorConfigConnectionManagementConnectionManager ()

Public Methods

public void destroyConnection (ConnectionManagementConfigPeopleSoftConnectorConnectionKey key, PeopleSoftConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

public void dispose ()

public Boolean getComponentInterfaceEditHistoryItems ()

Retrieves componentInterfaceEditHistoryItems

public Boolean getComponentInterfaceGetHistoryItems ()

Retrieves componentInterfaceGetHistoryItems

public List<String> getComponentInterfaceIdsWhiteList ()

Retrieves componentInterfaceIdsWhiteList

public Boolean getComponentInterfaceInteractiveMode ()

Retrieves componentInterfaceInteractiveMode

public ConnectionManagementConnectionAdapter getConnectionAdapter (ConnectionManagementConnectorAdapter adapter)

Parameters
adapter

public ConnectionManagementConfigPeopleSoftConnectorConnectionKey getConnectionKey (MessageProcessor messageProcessor, MuleEvent event)

Parameters
messageProcessor
event
Throws
Exception

public String getDevkitBuild ()

public String getDevkitVersion ()

public ConnectionManagementConfigPeopleSoftConnectorConnectionKey getEvaluatedConnectionKey (MuleEvent event)

Parameters
event
Throws
Exception

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 PoolingProfile getPoolingProfile ()

Retrieves poolingProfile

public ProcessTemplate<P, PeopleSoftConnectorConnectionManagementAdapter> getProcessTemplate ()

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

Parameters
connection

public void releaseConnection (ConnectionManagementConfigPeopleSoftConnectorConnectionKey key, PeopleSoftConnectorConnectionManagementAdapter connection)

Parameters
key
connection
Throws
Exception

public void setComponentInterfaceEditHistoryItems (Boolean value)

Sets componentInterfaceEditHistoryItems

Parameters
value Value to set

public void setComponentInterfaceGetHistoryItems (Boolean value)

Sets componentInterfaceGetHistoryItems

Parameters
value Value to set

public void setComponentInterfaceIdsWhiteList (List<String> value)

Sets componentInterfaceIdsWhiteList

Parameters
value Value to set

public void setComponentInterfaceInteractiveMode (Boolean value)

Sets componentInterfaceInteractiveMode

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