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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.DataFactoryManager
All Implemented Interfaces:
Serializable

public class DataFactoryManager
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataFactoryManager()
           
 
Method Summary
 void close()
           
 CachingDataFactory restore(FunctionStorageKey key, boolean perDeclaration)
           
 void store(FunctionStorageKey key, CachingDataFactory expressions, boolean perDeclaration)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFactoryManager

public DataFactoryManager()
Method Detail

store

public void store(FunctionStorageKey key,
                  CachingDataFactory expressions,
                  boolean perDeclaration)
           throws ReportProcessingException
Throws:
ReportProcessingException

restore

public CachingDataFactory restore(FunctionStorageKey key,
                                  boolean perDeclaration)
                           throws ReportProcessingException
Throws:
ReportProcessingException

close

public void close()