org.jcrontab.data
Class HoliDayFactory

java.lang.Object
  extended byorg.jcrontab.data.HoliDayFactory

public class HoliDayFactory
extends java.lang.Object

This Factory builds a HoliDay Source using teh given information.

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

Method Summary
 HoliDaySource getDAO()
          This method returns the HoliDaySource of the System
static HoliDaySource getInstance()
          This method returns the DataFactory of the System This method grants the Singleton pattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HoliDaySource getInstance()
                                 throws java.lang.Exception
This method returns the DataFactory of the System This method grants the Singleton pattern

Returns:
DataSource I have a lot of doubts about how this method is done.
Throws:
java.lang.Exception

getDAO

public HoliDaySource getDAO()
This method returns the HoliDaySource of the System

Returns:
HoliDaySource I have a lot of doubts about how this method is done.