com.hardcode.gdbms.engine.data
Class AbstractDataSourceCreation

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.AbstractDataSourceCreation
All Implemented Interfaces:
DataSourceCreation
Direct Known Subclasses:
DBSourceCreation, FileSourceCreation

public abstract class AbstractDataSourceCreation
extends java.lang.Object
implements DataSourceCreation


Constructor Summary
AbstractDataSourceCreation()
           
 
Method Summary
 DataSourceFactory getDataSourceFactory()
           
 void setDataSourceFactory(DataSourceFactory dsf)
          Gives to the DataSourceDefinition a reference of the DataSourceFactory where the DataSourceDefinition is registered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hardcode.gdbms.engine.data.DataSourceCreation
create
 

Constructor Detail

AbstractDataSourceCreation

public AbstractDataSourceCreation()
Method Detail

setDataSourceFactory

public void setDataSourceFactory(DataSourceFactory dsf)
Description copied from interface: DataSourceCreation
Gives to the DataSourceDefinition a reference of the DataSourceFactory where the DataSourceDefinition is registered

Specified by:
setDataSourceFactory in interface DataSourceCreation
Parameters:
dsf - Reference to the DataSourceFactory

getDataSourceFactory

public DataSourceFactory getDataSourceFactory()


Copyright © 2005-2006 . All Rights Reserved.