public class DBReportMediator extends AbstractDBMediator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODIFIED_ROW_COUNT_PROP_NAME |
log, trace, traceState
Constructor and Description |
---|
DBReportMediator() |
Modifier and Type | Method and Description |
---|---|
protected void |
closeConnection(long key)
Close the connection of the current thread id
|
boolean |
isUseTransaction() |
protected void |
processStatement(Statement stmnt,
MessageContext msgCtx)
Subclasses must specify how each SQL statement is processed
|
void |
setUseTransaction(boolean useTransaction) |
addDataSourceProperty, addDataSourceProperty, addStatement, createCustomDataSource, destroy, getDataSource, getDataSourceProps, getDbPoolView, getDSName, getPreparedStatement, getStatementList, handleException, init, isRegistryBasedDriverConfig, isRegistryBasedPassConfig, isRegistryBasedUrlConfig, isRegistryBasedUserConfig, mediate, setDataSource, setDataSourceInformation, setDataSourceName, setDbPoolView, setJndiProperties, setRegistryBasedDriverConfig, setRegistryBasedPassConfig, setRegistryBasedUrlConfig, setRegistryBasedUserConfig
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
public static final java.lang.String MODIFIED_ROW_COUNT_PROP_NAME
public boolean isUseTransaction()
public void setUseTransaction(boolean useTransaction)
protected void processStatement(Statement stmnt, MessageContext msgCtx)
AbstractDBMediator
processStatement
in class AbstractDBMediator
stmnt
- the SQL statementmsgCtx
- current messageprotected void closeConnection(long key)
AbstractDBMediator
closeConnection
in class AbstractDBMediator
key
- current thread idCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.