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

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

public class FunctionStorage
extends Object
implements Serializable

Creation-Date: Dec 15, 2006, 2:24:30 PM

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
FunctionStorage()
           
 
Method Summary
 Expression[] restore(FunctionStorageKey key)
           
 void store(FunctionStorageKey key, Expression[] expressions, int length)
          Stores expressions at the end of a run.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionStorage

public FunctionStorage()
Method Detail

store

public void store(FunctionStorageKey key,
                  Expression[] expressions,
                  int length)
           throws ReportProcessingException
Stores expressions at the end of a run.

Parameters:
key -
expressions -
Throws:
ReportProcessingException

restore

public Expression[] restore(FunctionStorageKey key)
                     throws ReportProcessingException
Throws:
ReportProcessingException