Class JDBCEventConnectionDecorator

    • Constructor Detail

      • JDBCEventConnectionDecorator

        public JDBCEventConnectionDecorator()
    • Method Detail

      • decorate

        public java.sql.Connection decorate​(java.sql.Connection conn)
        Description copied from interface: ConnectionDecorator
        Decorate the given connection if desired.
        Specified by:
        decorate in interface ConnectionDecorator
      • fireEvent

        protected void fireEvent​(java.lang.Object event,
                                 java.lang.Object listener)
        Fire the given event to all listeners.
        Specified by:
        fireEvent in class AbstractConcurrentEventManager