Class TestConnectionCustomizer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onAcquire​(java.sql.Connection c, java.lang.String pdsIdt)
      Called immediately after a Connection is acquired from the underlying database for incorporation into the pool.
      void onCheckIn​(java.sql.Connection c, java.lang.String pdsIdt)
      Called immediately after a Connection is checked in, prior to reincorporation into the pool.
      void onCheckOut​(java.sql.Connection c, java.lang.String pdsIdt)
      Called immediately before a Connection is made available to a client upon checkout.
      void onDestroy​(java.sql.Connection c, java.lang.String pdsIdt)
      Called immediately before a Connection is destroyed after being removed from the pool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestConnectionCustomizer

        public TestConnectionCustomizer()