Uses of Interface
net.ttddyy.dsproxy.listener.QueryExecutionListener

Packages that use QueryExecutionListener
net.ttddyy.dsproxy.listener   
net.ttddyy.dsproxy.proxy   
net.ttddyy.dsproxy.support   
net.ttddyy.dsproxy.support.jndi   
 

Uses of QueryExecutionListener in net.ttddyy.dsproxy.listener
 

Classes in net.ttddyy.dsproxy.listener that implement QueryExecutionListener
 class ChainListener
          Execute chain of listeners.
 class CommonsQueryLoggingListener
          Record executed query information using Commons-Logging.
 class DataSourceQueryCountListener
          Update database access information to thread local value(QueryCount).
 class SLF4JQueryLoggingListener
          Log executed query information using SLF4J.
 

Methods in net.ttddyy.dsproxy.listener that return types with arguments of type QueryExecutionListener
 List<QueryExecutionListener> ChainListener.getListeners()
           
 

Methods in net.ttddyy.dsproxy.listener with parameters of type QueryExecutionListener
 void ChainListener.addListener(QueryExecutionListener listner)
           
 void QueryExecutionListenerUtils.addListener(QueryExecutionListener source, QueryExecutionListener toAdd)
           
 

Method parameters in net.ttddyy.dsproxy.listener with type arguments of type QueryExecutionListener
 void ChainListener.setListeners(List<QueryExecutionListener> listeners)
           
 

Uses of QueryExecutionListener in net.ttddyy.dsproxy.proxy
 

Methods in net.ttddyy.dsproxy.proxy with parameters of type QueryExecutionListener
static CallableStatement JdbcProxyFactory.createCallableStatement(CallableStatement callableStatement, String query, QueryExecutionListener listener, String dataSourceName)
           
static Connection JdbcProxyFactory.createConnection(Connection connection, QueryExecutionListener listener)
           
static Connection JdbcProxyFactory.createConnection(Connection connection, QueryExecutionListener listener, String dataSourceName)
           
static DataSource JdbcProxyFactory.createDataSource(DataSource dataSource, QueryExecutionListener listener, String dataSourceName)
           
static PreparedStatement JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement, String query, QueryExecutionListener listener)
           
static PreparedStatement JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement, String query, QueryExecutionListener listener, String dataSourceName)
           
static Statement JdbcProxyFactory.createStatement(Statement statement, QueryExecutionListener listener)
           
static Statement JdbcProxyFactory.createStatement(Statement statement, QueryExecutionListener listener, String dataSourceName)
           
 void DataSourceInvocationHandler.setListener(QueryExecutionListener listener)
           
 

Constructors in net.ttddyy.dsproxy.proxy with parameters of type QueryExecutionListener
CallableStatementInvocationHandler(CallableStatement cs, String query, QueryExecutionListener listener, String dataSourceName)
           
ConnectionInvocationHandler(Connection connection, QueryExecutionListener listener)
           
ConnectionInvocationHandler(Connection connection, QueryExecutionListener listener, String dataSourceName)
           
DataSourceInvocationHandler(DataSource dataSource, QueryExecutionListener listener, String dataSourceName)
           
PreparedStatementInvocationHandler(PreparedStatement ps, String query, QueryExecutionListener listener)
           
PreparedStatementInvocationHandler(PreparedStatement ps, String query, QueryExecutionListener listener, String dataSourceName)
           
StatementInvocationHandler(Statement stmt, QueryExecutionListener listener)
           
StatementInvocationHandler(Statement stmt, QueryExecutionListener listener, String dataSourceName)
           
 

Uses of QueryExecutionListener in net.ttddyy.dsproxy.support
 

Methods in net.ttddyy.dsproxy.support with parameters of type QueryExecutionListener
 void ProxyDataSource.setListener(QueryExecutionListener listener)
           
 

Uses of QueryExecutionListener in net.ttddyy.dsproxy.support.jndi
 

Classes in net.ttddyy.dsproxy.support.jndi that implement QueryExecutionListener
static class JndiProxyDataSource.SerializableListenerAdapter
          Simple adapter supporting the serialization of trivial combined filters using their no-args constructor.
 

Methods in net.ttddyy.dsproxy.support.jndi that return QueryExecutionListener
 QueryExecutionListener JndiProxyDataSource.getListener()
           
 

Methods in net.ttddyy.dsproxy.support.jndi with parameters of type QueryExecutionListener
 void JndiProxyDataSource.setListener(QueryExecutionListener listener)
           
 

Constructors in net.ttddyy.dsproxy.support.jndi with parameters of type QueryExecutionListener
JndiProxyDataSource.SerializableListenerAdapter(QueryExecutionListener listener)
           
 



Copyright © 2012. All Rights Reserved.