i-net Clear Reports

Uses of Interface
com.inet.report.cache.EngineFactory

Packages that use EngineFactory
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
com.inet.report.cache Provides all classes and interfaces for the memory, database and hard disk cache. 
 

Uses of EngineFactory in com.inet.report
 

Methods in com.inet.report that return EngineFactory
protected  EngineFactory CacheRenderData.getEngineFactory()
          returns the EngineFactory to pass to the Cache
 

Uses of EngineFactory in com.inet.report.cache
 

Classes in com.inet.report.cache that implement EngineFactory
 class EngineFactoryImpl
          This is the default implementation of the EngineFactory.
 

Methods in com.inet.report.cache that return EngineFactory
static EngineFactory Cache.getEngineFactory()
          Get the current EngineFactory.
 

Methods in com.inet.report.cache with parameters of type EngineFactory
 ReportCacheKey Cache.createKey(java.util.Properties props, PropertiesChecker checker, EngineFactory factory, java.lang.Object req)
          This method calls the method getKey(Properties).
abstract  ReportCacheKey Cache.getKey(java.util.Properties props, PropertiesChecker checker, EngineFactory factory, java.lang.Object req)
          Create a ReportCacheKey and start rendering if report does not exist in the Cache.
static void Cache.setEngineFactory(EngineFactory engineFactory)
          You can override the default EngineFactory.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH