Package brave.p6spy
Class TracingP6Factory
- java.lang.Object
-
- brave.p6spy.TracingP6Factory
-
- All Implemented Interfaces:
com.p6spy.engine.spy.P6Factory
public final class TracingP6Factory extends Object implements com.p6spy.engine.spy.P6Factory
Add this class name to the "moduleslist" in spy.properties
-
-
Constructor Summary
Constructors Constructor Description TracingP6Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.p6spy.engine.event.JdbcEventListenergetJdbcEventListener()com.p6spy.engine.spy.P6LoadableOptionsgetOptions(com.p6spy.engine.spy.option.P6OptionsRepository repository)
-
-
-
Method Detail
-
getOptions
public com.p6spy.engine.spy.P6LoadableOptions getOptions(com.p6spy.engine.spy.option.P6OptionsRepository repository)
- Specified by:
getOptionsin interfacecom.p6spy.engine.spy.P6Factory
-
getJdbcEventListener
public com.p6spy.engine.event.JdbcEventListener getJdbcEventListener()
- Specified by:
getJdbcEventListenerin interfacecom.p6spy.engine.spy.P6Factory
-
-