Proxool Developer's API}

Packages
org.logicalcobwebs.asm Provides a small and fast bytecode manipulation framework.
org.logicalcobwebs.asm.tree Provides an ASM class adapter that constructs a tree representation of the classes it visits.
org.logicalcobwebs.asm.util Provides some ASM class visitors that can be useful for programming and debugging purposes.
org.logicalcobwebs.cglib  
org.logicalcobwebs.cglib.core  
org.logicalcobwebs.cglib.proxy  
org.logicalcobwebs.cglib.reflect  
org.logicalcobwebs.cglib.util  
org.logicalcobwebs.concurrent Concurrency utilities.
org.logicalcobwebs.dbscript  
org.logicalcobwebs.logging Simple wrapper API around multiple logging APIs.
org.logicalcobwebs.logging.impl Provides logging implementations for JDK1.4, Log4J and LogKit (as well as simply stdout).
org.logicalcobwebs.proxool A Java SQL Driver that provides a connection pool wrapper around another Driver of your choice.
org.logicalcobwebs.proxool.admin Provides statistical information on each pool.
org.logicalcobwebs.proxool.admin.jmx Contains an MBean adapter to manage pools through JMX plus a utility to register/deregister these beans.
org.logicalcobwebs.proxool.admin.jndi Contains a helper that can create a Proxool datasource and bind it to JNDI.
org.logicalcobwebs.proxool.admin.servlet The AdminServlet provides information about running pools.
org.logicalcobwebs.proxool.configuration Helpers for configuring Proxool from various sources.
org.logicalcobwebs.proxool.proxy  
org.logicalcobwebs.proxool.resources  
org.logicalcobwebs.proxool.util