|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlMonitorFactory
The factory definition, which can be used to construct the SqlMonitor
instances.
The factory can be based on Spring DI framework for example.
For more info please see the Tutorials.
Method Summary | |
---|---|
SqlMonitor |
getSqlMonitor(String name,
Map<String,Object> features)
The main contract of this factory. |
Method Detail |
---|
SqlMonitor getSqlMonitor(String name, Map<String,Object> features)
name
- the name of a META SQL in the meta statements file, which can be used to identify also the monitor
instance itselffeatures
- the optional configuration of the SQL Processor using a Map of features
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |