Uses of Interface
celeboss.CelebDataSource

Packages that use CelebDataSource
celeboss

Provides the top level shared classes for the CelebOSS system. 

celeboss.data

This package provides all the required classes of the data model. 

celeboss.HTMLload

This packages provides a set of data sources that use HTML data to load the entities of the model. 

 

Uses of CelebDataSource in celeboss
 

Methods in celeboss that return CelebDataSource
 CelebDataSource CelebDataSourceFactory.createSource(java.lang.String username, java.lang.String password)
          This method creates a new data source for the specific user account.
 

Uses of CelebDataSource in celeboss.data
 

Methods in celeboss.data that return CelebDataSource
 CelebDataSource CelebrityManager.getDefaultDataSource()
          Get the default data source used by this manager.
 

Uses of CelebDataSource in celeboss.HTMLload
 

Classes in celeboss.HTMLload that implement CelebDataSource
 class HTMLDataSource
          This is an abstract data source based on HTML repsentation of the CelebDaq data.
 class WebDataSource
          This class goes over the internet to the CelebDaq web site to extract details.
 

Methods in celeboss.HTMLload that return CelebDataSource
 CelebDataSource WebDataSourceFactory.createSource(java.lang.String username, java.lang.String password)
          This method will create a web based data source.
 CelebDataSource FileFactory.createSource(java.lang.String username, java.lang.String password)
          Creates a new File Data source instance.