Package | Description |
---|---|
com.p6spy.engine.event | |
com.p6spy.engine.logging | |
com.p6spy.engine.outage | |
com.p6spy.engine.spy | |
com.p6spy.engine.wrapper |
Modifier and Type | Class and Description |
---|---|
class |
CompoundJdbcEventListener |
class |
DefaultEventListener
This implementation of
JdbcEventListener must always be applied as the first listener. |
class |
SimpleJdbcEventListener
This event listener offers more coarse grained event listener methods as it aggregates events for the execute* and
addBatch methods.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundJdbcEventListener.addListender(JdbcEventListener listener) |
Constructor and Description |
---|
CompoundJdbcEventListener(List<JdbcEventListener> eventListeners) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingEventListener
This event listener is responsible for logging the SQL statements and the execution time
|
Modifier and Type | Method and Description |
---|---|
JdbcEventListener |
P6LogFactory.getJdbcEventListener() |
Modifier and Type | Class and Description |
---|---|
class |
OutageJdbcEventListener
This event listener registers method invocations at
P6OutageDetector |
Modifier and Type | Method and Description |
---|---|
JdbcEventListener |
P6OutageFactory.getJdbcEventListener() |
Modifier and Type | Method and Description |
---|---|
JdbcEventListener |
P6SpyFactory.getJdbcEventListener() |
JdbcEventListener |
P6Factory.getJdbcEventListener() |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventListener |
StatementWrapper.eventListener |
Modifier and Type | Method and Description |
---|---|
static CallableStatement |
CallableStatementWrapper.wrap(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
static Connection |
ConnectionWrapper.wrap(Connection delegate,
JdbcEventListener eventListener) |
static PreparedStatement |
PreparedStatementWrapper.wrap(PreparedStatement delegate,
PreparedStatementInformation preparedStatementInformation,
JdbcEventListener eventListener) |
static ResultSet |
ResultSetWrapper.wrap(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
static Statement |
StatementWrapper.wrap(Statement delegate,
StatementInformation statementInformation,
JdbcEventListener eventListener) |
Constructor and Description |
---|
CallableStatementWrapper(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
ConnectionWrapper(Connection delegate,
JdbcEventListener eventListener) |
PreparedStatementWrapper(PreparedStatement delegate,
PreparedStatementInformation preparedStatementInformation,
JdbcEventListener eventListener) |
ResultSetWrapper(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
StatementWrapper(Statement delegate,
StatementInformation statementInformation,
JdbcEventListener eventListener) |
Copyright © 2002-2016 P6Spy. All Rights Reserved.