Uses of Interface
org.sqlproc.engine.SqlMonitorFactory

Packages that use SqlMonitorFactory
org.sqlproc.engine The public part of the SQL Processor implementation. 
 

Uses of SqlMonitorFactory in org.sqlproc.engine
 

Fields in org.sqlproc.engine declared as SqlMonitorFactory
private  SqlMonitorFactory SqlProcessorLoader.monitorFactory
          The monitor factory used in the process of the SQL Monitor instances creation
private  SqlMonitorFactory SqlSimpleFactory.monitorFactory
          The monitor factory used in the process of the SQL Monitor instances creation.
 

Methods in org.sqlproc.engine that return SqlMonitorFactory
 SqlMonitorFactory SqlSimpleFactory.getMonitorFactory()
          Returns the monitor factory used in the process of the SQL Monitor instances creation.
 

Methods in org.sqlproc.engine with parameters of type SqlMonitorFactory
 void SqlSimpleFactory.setMonitorFactory(SqlMonitorFactory monitorFactory)
          Sets the monitor factory used in the process of the SQL Monitor instances creation.
 

Constructors in org.sqlproc.engine with parameters of type SqlMonitorFactory
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, List<SqlInternalType> customTypes, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlInternalType> customTypes, boolean lazyInit, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlInternalType> customTypes, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
 



Copyright © 2015. All rights reserved.