This class interposes connectors to record and playback all operations
performed by the connector. Every method call is intercepted and the result
is stored in a table for later playback.
The table is created by using the StoreFactory requesting a table name of
"SANDBOX_".
Method Summary
java.lang.Object
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
This method is called for every method call to the target object.
static java.lang.Object
newInstance(java.lang.String prefix,
java.lang.Object obj,
java.lang.String database,
boolean record)
Utility method to return a new proxy instance for a given object.