Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ConnectionFactory.java

Go to the documentation of this file.
00001 import java.sql.Connection;
00002 import java.sql.SQLException;
00003 
00004 interface ConnectionFactory
00005 {
00006   public abstract Connection connect() throws ClassNotFoundException, SQLException;;
00007   public abstract void disconnect(Connection conn) throws SQLException;
00008 }

Generated on Mon Mar 6 23:34:34 2006 by  doxygen 1.4.4