Class Olap4jUtilCompatibleJdk15

java.lang.Object
org.olap4j.impl.Olap4jUtilCompatibleJdk15
All Implemented Interfaces:
Olap4jUtilCompatible

public class Olap4jUtilCompatibleJdk15 extends Object implements Olap4jUtilCompatible
Implementation of Olap4jUtilCompatible which runs in JDK 1.5 and later.

Prior to JDK 1.5, this class should never be loaded. Applications should instantiate this class via Class.forName(String) or better, use methods in Olap4jUtil, and not instantiate it at all.

Since:
Feb 5, 2007
Author:
jhyde