Package com.jamonapi.proxy

Class Summary
JAMonDataSource The datasource is incomplete.
JAMonDriver This class will be a proxy for the underlying jdbc driver.
MonProxy By using this proxy class ANY java interface can be monitored for performance and exceptions via JAMon.
MonProxyFactory MonProxyFactory allows developers to monitor ANY interface by simply passing the Object implementing the interface to the monitor method.
MonProxyTester  
SQLDeArger SQLDeArger takes a sql statement and 1) replaces argument values ('souza', "souza", 'souza''s', 100, 100.5, 0xff, 10e9) with question marks It makes full sql statements look more like a prepared statement.