Package com.impossibl.jdbc.spy
Class TracerFactory
- java.lang.Object
-
- com.impossibl.jdbc.spy.TracerFactory
-
- All Implemented Interfaces:
ListenerFactory
public class TracerFactory extends Object implements ListenerFactory
-
-
Constructor Summary
Constructors Constructor Description TracerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.impossibl.jdbc.spy.ConnectionListener
newConnectionListener(Properties info)
-
-
-
Method Detail
-
newConnectionListener
public com.impossibl.jdbc.spy.ConnectionListener newConnectionListener(Properties info) throws SQLException
- Specified by:
newConnectionListener
in interfaceListenerFactory
- Throws:
SQLException
-
-