Uses of Interface
org.jcrontab.data.DataSource

Packages that use DataSource
org.jcrontab.data The classe with the logic to access data. 
 

Uses of DataSource in org.jcrontab.data
 

Classes in org.jcrontab.data that implement DataSource
 class ClassLoaderSource
          This class Is the implementation of DataSource to access Info in a FileSystem
 class FileSource
          This class Is the implementation of DataSource to access Info in a FileSystem
 class GenericSQLSource
          This class is only a generic example and doesn't aim to solve all the needs for the differents system's.
 

Methods in org.jcrontab.data that return DataSource
 DataSource GenericSQLSource.getInstance()
          This method grants this class to be a singleton and grants data access integrity
 DataSource FileSource.getInstance()
          This method returns the singleton is very important to grant That only a Thread accesses at a time
 DataSource DataSource.getInstance()
          returns the only valid DataSource of this kind
static DataSource DataFactory.getDAO()
          This method returns the DataSource of the System
 DataSource ClassLoaderSource.getInstance()