public class

PerformanceModuleManagedConnectionProcessInterceptor

extends AbstractExpressionEvaluator
implements ProcessInterceptor<T, O>
java.lang.Object
   ↳ org.mule.modules.workday.absence.processors.AbstractExpressionEvaluator
     ↳ org.mule.modules.workday.performancemanagement.process.PerformanceModuleManagedConnectionProcessInterceptor<T>

Summary

Fields
private final ConnectionManager<PerformanceModuleConnectionKeyPerformanceModuleConnectionIdentifierAdapter> connectionManager
private static Logger logger
private final MuleContext muleContext
private final ProcessInterceptor<T, PerformanceModuleConnectionIdentifierAdapter> next
Public Constructors
PerformanceModuleManagedConnectionProcessInterceptor(ProcessInterceptor<T, PerformanceModuleConnectionIdentifierAdapter> next, ConnectionManager<PerformanceModuleConnectionKeyPerformanceModuleConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)
Public Methods
T execute(ProcessCallback<T, PerformanceModuleConnectionIdentifierAdapter> processCallback, PerformanceModuleConnectionIdentifierAdapter object, MessageProcessor messageProcessor, MuleEvent event)
T execute(ProcessCallback<T, PerformanceModuleConnectionIdentifierAdapter> processCallback, PerformanceModuleConnectionIdentifierAdapter object, Filter filter, MuleMessage message)
[Expand]
Inherited Methods
From class org.mule.modules.workday.absence.processors.AbstractExpressionEvaluator
From class java.lang.Object
From interface org.mule.modules.workday.absence.process.ProcessInterceptor

Fields

private static Logger logger

private final MuleContext muleContext

Public Constructors

public PerformanceModuleManagedConnectionProcessInterceptor (ProcessInterceptor<T, PerformanceModuleConnectionIdentifierAdapter> next, ConnectionManager<PerformanceModuleConnectionKeyPerformanceModuleConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)

Parameters
next
connectionManager
muleContext

Public Methods

public T execute (ProcessCallback<T, PerformanceModuleConnectionIdentifierAdapter> processCallback, PerformanceModuleConnectionIdentifierAdapter object, MessageProcessor messageProcessor, MuleEvent event)

Parameters
processCallback
object
messageProcessor
event
Throws
Exception

public T execute (ProcessCallback<T, PerformanceModuleConnectionIdentifierAdapter> processCallback, PerformanceModuleConnectionIdentifierAdapter object, Filter filter, MuleMessage message)

Parameters
processCallback
object
filter
message
Throws
Exception