com.jamonapi.proxy |
|
Java Source File Name | Type | Comment |
JAMonDataSource.java | Class | The datasource is incomplete. |
JAMonDriver.java | Class | This class will be a proxy for the underlying jdbc driver. |
JDBCMonProxy.java | Class | Class that implements JDBC specific proxied monitoring. |
MonProxy.java | Class | By using this proxy class ANY java interface can be monitored for performance and exceptions via JAMon.
In particular the 'monitor' method is great for wrapping (and so monitoring) any of the JDBC classes which
all implement interfaces (i.e. |
MonProxyFactory.java | Class | MonProxyFactory allows developers to monitor ANY interface by simply passing the Object implementing
the interface to the monitor method. |
MonProxyTester.java | Class | |
Params.java | Class | |
SQLDeArger.java | Class | 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. |