|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||