org.pentaho.reporting.engine.classic.core.states
Class CachingDataFactory

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.cache.CachingDataFactory
      extended by org.pentaho.reporting.engine.classic.core.states.CachingDataFactory
All Implemented Interfaces:
Serializable, Cloneable, CompoundDataFactorySupport, DataFactory

Deprecated. Do not use anymore.

public class CachingDataFactory
extends CachingDataFactory

Creation-Date: 19.11.2006, 13:35:45

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.pentaho.reporting.engine.classic.core.DataFactory
QUERY_LIMIT, QUERY_TIMEOUT
 
Constructor Summary
CachingDataFactory(DataFactory backend)
          Deprecated.  
 
Method Summary
static void printTableModelContents(TableModel mod)
          Deprecated. Prints a table model to standard output.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.cache.CachingDataFactory
cancelRunningQuery, clone, close, derive, getDataFactoryForQuery, getQueryNames, initialize, isFreeFormQueryExecutable, isQueryExecutable, isStaticQueryExecutable, open, queryData, queryFreeForm, queryStatic
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingDataFactory

public CachingDataFactory(DataFactory backend)
Deprecated. 
Method Detail

printTableModelContents

public static void printTableModelContents(TableModel mod)
Deprecated. 
Prints a table model to standard output.

Parameters:
mod - the model.