org.sqlproc.engine
Interface SqlMonitorFactory


public interface SqlMonitorFactory

The factory definition, which can be used to construct SqlMonitor.

The factory can be based on Spring DI framework.

For more info please see the User's tutorial.

Author:
Vladimir Hudec

Method Summary
 SqlMonitor getSqlMonitor(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> features)
          The main contract of this factory.
 

Method Detail

getSqlMonitor

SqlMonitor getSqlMonitor(java.lang.String name,
                         java.util.Map<java.lang.String,java.lang.Object> features)
The main contract of this factory.

Parameters:
name - the name of META SQL in queries.properties, which can be used to identify also the monitor instance itself
features - the configuration of SQL Processor using Map of features
Returns:
the instance of the SqlMonitor


Copyright © 2010. All Rights Reserved.