Uses of Class
org.slamb.axamol.library.Library

Uses of Library in org.slamb.axamol.library
 

Methods in org.slamb.axamol.library with parameters of type Library
protected  void TimingServlet.writeLibrary(java.io.PrintWriter writer, Library lib)
           
 

Constructors in org.slamb.axamol.library with parameters of type Library
LibraryConnection(Library library, java.sql.Connection conn)
          Prepares to use an existing connection for use of the library.
LibraryConnection(Library library, javax.sql.DataSource src)
          Prepares to use a datasource with the library.
LibraryConnection(Library library, java.lang.String driverClassName, java.lang.String jdbcURL)
          Creates a new connection exclusively for use by this LibraryConnection.
LibraryConnection(Library library, java.lang.String driverClassName, java.lang.String jdbcURL, java.util.Properties info)
          Creates a new connection exclusively for use by this LibraryConnection.
LibraryConnection(Library library, java.lang.String driverClassName, java.lang.String jdbcURL, java.lang.String user, java.lang.String pass)
          Creates a new connection exclusively for use by this LibraryConnection.
 



Copyright © 2002-2006 Scott Lamb. All Rights Reserved.