Uses of Interface
org.sqlproc.engine.SqlMonitorFactory
Packages that use SqlMonitorFactory
-
Uses of SqlMonitorFactory in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlMonitorFactoryModifier and TypeFieldDescriptionprivate SqlMonitorFactorySqlDefaultFactory.monitorFactoryThe monitor factory used in the process of the SQL Monitor instances creation.private SqlMonitorFactorySqlProcessorLoader.monitorFactoryThe monitor factory used in the process of the SQL Monitor instances creationMethods in org.sqlproc.engine that return SqlMonitorFactoryModifier and TypeMethodDescriptionSqlDefaultFactory.getMonitorFactory()Returns the monitor factory used in the process of the SQL Monitor instances creation.Methods in org.sqlproc.engine with parameters of type SqlMonitorFactoryModifier and TypeMethodDescriptionvoidSqlDefaultFactory.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 SqlMonitorFactoryModifierConstructorDescriptionSqlProcessorLoader(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, 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, List<SqlMetaType> 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<SqlMetaType> 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<SqlMetaType> customTypes, SqlEngineConfiguration configuration, 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.