Uses of Interface
ca.spaz.cron.datasource.ILocalFoodDatasource

Packages that use ILocalFoodDatasource
ca.spaz.cron.datasource   
ca.spaz.cron.datasource.sql   
 

Uses of ILocalFoodDatasource in ca.spaz.cron.datasource
 

Classes in ca.spaz.cron.datasource that implement ILocalFoodDatasource
 class AbstractMutableFoodDatasource
          A partial implementation of a mutable food source.
 

Methods in ca.spaz.cron.datasource that return ILocalFoodDatasource
 ILocalFoodDatasource Datasources.getMutableDataSource()
          Retrieve the unique instance of the user data source.
 

Methods in ca.spaz.cron.datasource with parameters of type ILocalFoodDatasource
 void IFoodDatasourceListener.datasourceUpdated(ILocalFoodDatasource source, FoodDataEvent type, java.lang.Object message)
           
 

Uses of ILocalFoodDatasource in ca.spaz.cron.datasource.sql
 

Classes in ca.spaz.cron.datasource.sql that implement ILocalFoodDatasource
 class SQLDatasource
          A Food datasource that is based on a SQL database.
 

Methods in ca.spaz.cron.datasource.sql that return ILocalFoodDatasource
static ILocalFoodDatasource SQLDatasource.createPersonalFoodSource()
           
static ILocalFoodDatasource SQLDatasource.createPersonalFoodSource(java.lang.String connectionId)
           
 



Copyright © 2005 Spaz. All Rights Reserved.