org.midao.jdbc.core.profiler
Class ProfilerFactory

java.lang.Object
  extended by org.midao.jdbc.core.profiler.ProfilerFactory

public class ProfilerFactory
extends java.lang.Object

Profiler Factory allows wrapping instance into Profiling Proxy.


Constructor Summary
ProfilerFactory()
           
 
Method Summary
static java.lang.Object newInstance(java.lang.Object obj)
          Function wraps Object into Profiling Java Proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerFactory

public ProfilerFactory()
Method Detail

newInstance

public static java.lang.Object newInstance(java.lang.Object obj)
Function wraps Object into Profiling Java Proxy. Used to wrap QueryRunner instance with Java Proxy

Parameters:
obj - Object which would be wrapped into Profiling Proxy
Returns:
Java Proxy with wrapped input object


Copyright © 2013. All Rights Reserved.