|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.ConnectionObserverStatsBridge
public class ConnectionObserverStatsBridge
Constructor Summary | |
---|---|
ConnectionObserverStatsBridge(SessionFactoryImplementor sessionFactory)
|
Method Summary | |
---|---|
void |
logicalConnectionClosed()
The logical connection was closed. |
void |
physicalConnectionObtained(Connection connection)
A physical connection was obtained. |
void |
physicalConnectionReleased()
A physical connection was released. |
void |
statementPrepared()
Notification of a statement being prepared |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionObserverStatsBridge(SessionFactoryImplementor sessionFactory)
Method Detail |
---|
public void physicalConnectionObtained(Connection connection)
ConnectionObserver
physicalConnectionObtained
in interface ConnectionObserver
connection
- The physical connection just obtained.public void physicalConnectionReleased()
ConnectionObserver
physicalConnectionReleased
in interface ConnectionObserver
public void logicalConnectionClosed()
ConnectionObserver
logicalConnectionClosed
in interface ConnectionObserver
public void statementPrepared()
ConnectionObserver
statementPrepared
in interface ConnectionObserver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |