Package org.sqlproc.engine
Interface SqlMonitor.Runner
-
- Enclosing interface:
- SqlMonitor
public static interface SqlMonitor.RunnerThis interface is implemented inSqlQueryEngineandSqlCrudEnginemain public methods. An anonymous instance of this interface is used to encapsulate the SQL Processor application logic, and as a parameter is propagated to the SQLMonitor instance. This gives the SQLMonitor the opportunity to surround the SQL Processor execution with a duration tracking code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectrun()The main contract, which is invoked from inside SQLMonitor
-
-
-
Method Detail
-
run
Object run() throws SqlProcessorException
The main contract, which is invoked from inside SQLMonitor- Returns:
- the value depends on from which method this contract is invoked
- Throws:
SqlProcessorException
-
-