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.JdbcEventListener
getJdbcEventListener()
com.p6spy.engine.spy.P6LoadableOptions
getOptions(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:
getOptions
in interfacecom.p6spy.engine.spy.P6Factory
-
getJdbcEventListener
public com.p6spy.engine.event.JdbcEventListener getJdbcEventListener()
- Specified by:
getJdbcEventListener
in interfacecom.p6spy.engine.spy.P6Factory
-
-