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 JdbcObserverpublic void jdbcConnectionAcquisitionEnd(Connection connection)
jdbcConnectionAcquisitionEnd in interface JdbcObserverpublic void jdbcConnectionReleaseStart()
jdbcConnectionReleaseStart in interface JdbcObserverpublic void jdbcConnectionReleaseEnd()
jdbcConnectionReleaseEnd in interface JdbcObserverpublic void jdbcPrepareStatementStart()
jdbcPrepareStatementStart in interface JdbcObserverpublic void jdbcPrepareStatementEnd()
jdbcPrepareStatementEnd in interface JdbcObserverpublic void jdbcExecuteStatementStart()
jdbcExecuteStatementStart in interface JdbcObserverpublic void jdbcExecuteStatementEnd()
jdbcExecuteStatementEnd in interface JdbcObserverpublic void jdbcExecuteBatchStart()
jdbcExecuteBatchStart in interface JdbcObserverpublic void jdbcExecuteBatchEnd()
jdbcExecuteBatchEnd in interface JdbcObserverCopyright © 2017 JBoss by Red Hat. All rights reserved.