public class AbstractSessionImpl.JdbcObserverImpl extends Object implements JdbcObserver
Constructor and Description |
---|
JdbcObserverImpl() |
Modifier and Type | Method and Description |
---|---|
void |
jdbcConnectionAcquisitionEnd(Connection connection) |
void |
jdbcConnectionAcquisitionStart() |
void |
jdbcConnectionReleaseEnd() |
void |
jdbcConnectionReleaseStart() |
void |
jdbcExecuteBatchEnd() |
void |
jdbcExecuteBatchStart() |
void |
jdbcExecuteStatementEnd() |
void |
jdbcExecuteStatementStart() |
void |
jdbcPrepareStatementEnd() |
void |
jdbcPrepareStatementStart() |
public void jdbcConnectionAcquisitionStart()
jdbcConnectionAcquisitionStart
in interface JdbcObserver
public void jdbcConnectionAcquisitionEnd(Connection connection)
jdbcConnectionAcquisitionEnd
in interface JdbcObserver
public void jdbcConnectionReleaseStart()
jdbcConnectionReleaseStart
in interface JdbcObserver
public void jdbcConnectionReleaseEnd()
jdbcConnectionReleaseEnd
in interface JdbcObserver
public void jdbcPrepareStatementStart()
jdbcPrepareStatementStart
in interface JdbcObserver
public void jdbcPrepareStatementEnd()
jdbcPrepareStatementEnd
in interface JdbcObserver
public void jdbcExecuteStatementStart()
jdbcExecuteStatementStart
in interface JdbcObserver
public void jdbcExecuteStatementEnd()
jdbcExecuteStatementEnd
in interface JdbcObserver
public void jdbcExecuteBatchStart()
jdbcExecuteBatchStart
in interface JdbcObserver
public void jdbcExecuteBatchEnd()
jdbcExecuteBatchEnd
in interface JdbcObserver
Copyright © 2017 JBoss by Red Hat. All rights reserved.