org.jfree.report.modules.data.beans
Class StaticReportDataFactoryModule

java.lang.Object
  extended by org.jfree.base.modules.DefaultModuleInfo
      extended by org.jfree.base.modules.AbstractModule
          extended by org.jfree.report.modules.data.beans.StaticReportDataFactoryModule
All Implemented Interfaces:
org.jfree.base.modules.Module, org.jfree.base.modules.ModuleInfo

public class StaticReportDataFactoryModule
extends org.jfree.base.modules.AbstractModule

The module definition for the bean scripting framework support module.

Author:
Thomas Morgner

Constructor Summary
StaticReportDataFactoryModule()
          DefaultConstructor.
 
Method Summary
 void initialize(org.jfree.base.modules.SubSystem subSystem)
          Initializes the module.
 
Methods inherited from class org.jfree.base.modules.AbstractModule
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
 
Methods inherited from class org.jfree.base.modules.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jfree.base.modules.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Constructor Detail

StaticReportDataFactoryModule

public StaticReportDataFactoryModule()
                              throws org.jfree.base.modules.ModuleInitializeException
DefaultConstructor. Loads the module specification.

Throws:
org.jfree.base.modules.ModuleInitializeException - if an error occured.
Method Detail

initialize

public void initialize(org.jfree.base.modules.SubSystem subSystem)
                throws org.jfree.base.modules.ModuleInitializeException
Initializes the module. Use this method to perform all initial setup operations. This method is called only once in a modules lifetime. If the initializing cannot be completed, throw a ModuleInitializeException to indicate the error,. The module will not be available to the system.

Parameters:
subSystem - the subSystem.
Throws:
org.jfree.base.modules.ModuleInitializeException - if an error ocurred while initializing the module.