i-net Clear Reports

Uses of Interface
com.inet.report.PropertiesChecker

Packages that use PropertiesChecker
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. 
com.inet.report.schedule Provides all classes and interfaces for the i-net Scheduler. 
 

Uses of PropertiesChecker in com.inet.report
 

Classes in com.inet.report that implement PropertiesChecker
 class Listener
          This class implements the listener that is listening for a connection to be made to this socket by a client.
 class ReportServlet
          This class implements the communication between the client and the engine, that create the requested report.
 class ReportServletJSP
          This class implements the communication between the client that created the requested report and the engine.
 

Methods in com.inet.report that return PropertiesChecker
 PropertiesChecker EngineRenderData.getPropertiesChecker()
          Returns the PropertiesChecker currently set for this render data.
 

Methods in com.inet.report with parameters of type PropertiesChecker
 void EngineRenderData.setPropertiesChecker(PropertiesChecker propChecker)
          Enables you to set your own PropertiesChecker which will be used before the rendering process to handle certain properties.
protected  void ReportServlet.setPropertiesChecker(PropertiesChecker propchecker)
          Sets a new PropertiesChecker and therefor ignores the previous from Utils or configuration
 void ReportSocket.setPropertiesChecker(PropertiesChecker c)
          With this method you can set the methods to check HTML and REPORT properties.
 

Constructors in com.inet.report with parameters of type PropertiesChecker
CacheRenderData(java.lang.String url, PropertiesChecker checker, java.lang.Object req)
          Creates a RenderData source connection to i-net Clear Reports cache.
CacheRenderData(java.util.Properties props, PropertiesChecker checker, java.lang.Object req)
          Creates a RenderData source connection to i-net Clear Reports cache.
 

Uses of PropertiesChecker in com.inet.report.cache
 

Methods in com.inet.report.cache with parameters of type PropertiesChecker
 ReportCacheKey Cache.createKey(java.util.Properties props, PropertiesChecker checker, java.lang.Object req)
          This method is calling the method getKey() of the current EngineFactory only.
 ReportCacheKey Cache.createKey(java.util.Properties props, PropertiesChecker checker, EngineFactory factory, java.lang.Object req)
          This method calls the method EngineFactory.getKey(Properties).
 ReportCacheKey Cache.getKey(java.util.Properties props, PropertiesChecker checker, java.lang.Object req)
          Create a ReportCacheKey and start rendering if report does not exist in the Cache.
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.
 

Uses of PropertiesChecker in com.inet.report.schedule
 

Methods in com.inet.report.schedule that return PropertiesChecker
 PropertiesChecker Scheduler.getPropertiesChecker()
          Returns the PropertiesChecker currently set for rendering report with the cache interface of i-net Clear Reports.
 

Methods in com.inet.report.schedule with parameters of type PropertiesChecker
 void Scheduler.setPropertiesChecker(PropertiesChecker propertiesChecker)
          This will set a PropertiesChecker class which will be used for rendering the reports with the cache interface of i-net Clear Reports.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH