Ontimize 5.2072EN

com.ontimize.report
Class ReportManager

java.lang.Object
  extended bycom.ontimize.report.ReportManager

public class ReportManager
extends java.lang.Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
ReportManager()
           
 
Method Summary
static boolean createReportEngine()
           
static ReportEngine getReportEngine()
           
static boolean isReportsEnabled()
           
static void registerNewReportEngine(ReportEngine reportEngine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

ReportManager

public ReportManager()
Method Detail

createReportEngine

public static boolean createReportEngine()

registerNewReportEngine

public static void registerNewReportEngine(ReportEngine reportEngine)

isReportsEnabled

public static boolean isReportsEnabled()

getReportEngine

public static ReportEngine getReportEngine()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize