xmlBlaster 2.2.0 API

org.xmlBlaster.util.queue.jdbc
Interface I_ConnectionListener


public interface I_ConnectionListener

Interface you need to implement to receive notifications from the JdbcConnectionPool that the pool has successfully reconnected

Author:
xmlBlaster@marcelruff.info, michele@laghi.eu

Method Summary
 void disconnected()
          Notification that a disconnection from the DB has occured.
 void reconnected()
          Notification that a disconnection from the DB has occured.
 

Method Detail

disconnected

void disconnected()
Notification that a disconnection from the DB has occured.


reconnected

void reconnected()
Notification that a disconnection from the DB has occured.


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.