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

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

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

Parameters:
DataEngineContext - context used to create the data engine.
Returns:
the data engine object


Copyright © 2008 Actuate Corp. All rights reserved.