org.jcrontab.data
Interface HoliDaySource

All Known Implementing Classes:
HoliDayFileSource

public interface HoliDaySource

This interface says which methods a HoliDaysSource should have in order to be compatible with the HoliDaysFactory

Version:
$Revision: 1.2 $
Author:
$Author: iolalla $

Method Summary
 HoliDay[] findAll()
          Gets all the HoliDays from the DataSource
 

Method Detail

findAll

public HoliDay[] findAll()
                  throws java.lang.Exception
Gets all the HoliDays from the DataSource

Returns:
HoliDays[]
Throws:
java.lang.Exception