ca.spaz.cron.datasource.sql
Interface IConnectionStatusObserver
public interface IConnectionStatusObserver
Interface to be implemented by classes wishing to be notified of
 events pertaining to database connections.  Specifically, when a
 connection is made.
- Author:
 
  - Chris Rose
 
| 
Method Summary | 
 void | 
connectionMade(java.lang.String conID)
 
          This method will be called when a connection to the specified
 connectionID is made. | 
 
connectionMade
void connectionMade(java.lang.String conID)
- This method will be called when a connection to the specified
 connectionID is made.
- Parameters:
 conID - the connection that was completed.
 
 
Copyright © 2005 Spaz. All Rights Reserved.