Uses of Interface
org.sqlproc.engine.SqlMonitor

Packages that use SqlMonitor
org.sqlproc.engine The package org.sqlproc.engine contains the public part of SQL Processor implementation. 
org.sqlproc.engine.impl   
 

Uses of SqlMonitor in org.sqlproc.engine
 

Fields in org.sqlproc.engine declared as SqlMonitor
private  SqlMonitor SqlEngine.monitor
          Monitor for the runtime statistics gathering.
 

Methods in org.sqlproc.engine that return SqlMonitor
 SqlMonitor SqlEngine.getMonitor()
          Returns the SQL Monitor instance for the runtime statistics gathering.
 SqlMonitor SqlEngineLoader.getSqlMonitor(java.lang.String name)
          Returns the SQL Monitor instance devoted to the named SQL Engine instance.
 SqlMonitor SqlMonitorFactory.getSqlMonitor(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> features)
          The main contract of this factory.
 

Constructors in org.sqlproc.engine with parameters of type SqlMonitor
SqlEngine(java.lang.String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, java.util.Map<java.lang.String,java.lang.Object> features)
          Creates a new instance of SqlEngine from one META SQL statement and one SQL Mapping rule instance.
SqlEngine(java.lang.String name, java.lang.String statement, java.lang.String mapping, SqlMonitor monitor, java.util.Map<java.lang.String,java.lang.Object> features)
          Creates a new instance of SqlEngine from one META SQL statement string and one SQL Mapping rule string.
 

Uses of SqlMonitor in org.sqlproc.engine.impl
 

Classes in org.sqlproc.engine.impl that implement SqlMonitor
 class SqlEmptyMonitor
          The empty implementation of SqlMonitor interface.
 



Copyright © 2010. All Rights Reserved.