|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elixirtech.report2.runtime.ReportEngineFactory
public class ReportEngineFactory
Report Engine provider. Requires implementation of IReportHost
Constructor Summary | |
---|---|
ReportEngineFactory()
|
Method Summary | |
---|---|
static IConfigurator |
getConfigurator()
Provides a configurator to allow configuration of this runtime. |
static void |
init(IReportHost rh)
Initialization of the Engine Factor. |
static void |
init(IReportHost rh,
java.util.Map<java.lang.String,java.lang.String> engineProperties)
Initialization of the Engine Factory (Required). |
static void |
init(IReportHost rh,
com.elixirtech.report2.runtime.impl.ReportRuntimeConfig config)
|
static boolean |
isInitialized()
Verify if the ReportEngineFactory is initialized. |
static IReportAdmin |
newAdminInstance()
Provides an instance of the Report Admin. |
static IReportEngine |
newEngineInstance()
Provides an instance of the Report Runtime Engine. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportEngineFactory()
Method Detail |
---|
public static void init(IReportHost rh)
public static void init(IReportHost rh, java.util.Map<java.lang.String,java.lang.String> engineProperties)
public static void init(IReportHost rh, com.elixirtech.report2.runtime.impl.ReportRuntimeConfig config)
public static IReportEngine newEngineInstance()
public static IReportAdmin newAdminInstance()
public static IConfigurator getConfigurator()
public static boolean isInitialized()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |