|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jcrontab.data.CrontabEntryDAO
This DAO Gives all the methods necesary to build CrontabEntries This class is an abstraction to make esaier the integration of new DataSources that help to access CrontabEntries in new ways
Method Summary | |
CrontabEntryBean |
find(CrontabEntryBean ceb)
searches the CrontabEntryBean from the DataSource |
CrontabEntryBean[] |
findAll()
Gets all the CrontabEntryBean from the DataSource |
static CrontabEntryDAO |
getInstance()
This method returns the singleton is very important to grant That only a Thread accesses at a time |
void |
remove(CrontabEntryBean[] list)
removes CrontabEntryBean from the DataSource |
void |
store(CrontabEntryBean bean)
stores CrontabEntryBean in the DataSource |
void |
store(CrontabEntryBean[] list)
stores CrontabEntryBean in the DataSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CrontabEntryDAO getInstance()
public CrontabEntryBean[] findAll() throws java.lang.Exception
java.lang.Exception
public CrontabEntryBean find(CrontabEntryBean ceb) throws java.lang.Exception
java.lang.Exception
public void store(CrontabEntryBean[] list) throws java.lang.Exception
java.lang.Exception
public void store(CrontabEntryBean bean) throws java.lang.Exception
java.lang.Exception
public void remove(CrontabEntryBean[] list) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |