org.cruxframework.crux.core.client.datasource
Interface RegisteredDataSources


public interface RegisteredDataSources

Contains all DataSources declared. It is used internally by Crux to create DataSource objects based on its declared names.

Author:
Thiago da Rosa de Bustamante

Method Summary
 DataSource<?> getDataSource(String id)
           
 

Method Detail

getDataSource

DataSource<?> getDataSource(String id)


Copyright © 2014. All rights reserved.