mondrian.calc
Class ExpCompiler.Factory.Context

java.lang.Object
  extended by mondrian.calc.ExpCompiler.Factory.Context
All Implemented Interfaces:
ObjectFactory.Context
Enclosing class:
ExpCompiler.Factory

public static class ExpCompiler.Factory.Context
extends Object
implements ObjectFactory.Context

The ExpCompiler only has two override mechanisms: the ThreadLocal and System Properties. This class captures and clears the current values for both in the constructor and then replaces them in the restore method.

This is for testing only.

 

Constructor Summary
ExpCompiler.Factory.Context()
          Creates a Context.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpCompiler.Factory.Context

ExpCompiler.Factory.Context()
Creates a Context.


SourceForge.net_Logo