com.ibatis.sqlmap.engine.datasource
Interface DataSourceFactory


public interface DataSourceFactory

Mock class providing the declarations required to compile the Cocoon code when the actual library is not present.

Since:
2.1.10
Version:
$Id: DataSourceFactory.java 587758 2007-10-24 02:55:27Z vgritsenko $

Method Summary
 DataSource getDataSource()
           
 void initialize(Map map)
           
 

Method Detail

initialize

public void initialize(Map map)

getDataSource

public DataSource getDataSource()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.