org.eclipse.birt.data.engine.api
Interface IDataEngineFactory


public interface IDataEngineFactory

Factory class to create an instance of DataEngine


Field Summary
static java.lang.String EXTENSION_DATA_ENGINE_FACTORY
          the extension point used to create the factory object.
 
Method Summary
 DataEngine createDataEngine(DataEngineContext context)
          create a new report engine object.
 

Field Detail

EXTENSION_DATA_ENGINE_FACTORY

public static final java.lang.String EXTENSION_DATA_ENGINE_FACTORY
the extension point used to create the factory object.

See Also:
Platform.createFactoryObject(String), Constant Field Values
Method Detail

createDataEngine

public DataEngine createDataEngine(DataEngineContext context)
create a new report engine object.

Returns:
the data engine object


Copyright © 2005 Actuate Corp. All rights reserved.