|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface says which methods a DataSource should have in order to be compatible with the DataFactory
Method Summary | |
CrontabEntryBean |
find(CrontabEntryBean ceb)
searches the CrontabEntryBean from the DataSource |
CrontabEntryBean[] |
findAll()
Gets all the CrontabEntryBean from the DataSource |
DataSource |
getInstance()
returns the only valid DataSource of this kind |
void |
remove(CrontabEntryBean[] ceb)
removes CrontabEntryBean from the DataSource |
void |
store(CrontabEntryBean ceb)
stores CrontabEntryBean in the DataSource |
void |
store(CrontabEntryBean[] ceb)
stores CrontabEntryBean in the DataSource |
Method Detail |
public DataSource getInstance()
public CrontabEntryBean find(CrontabEntryBean ceb) throws java.lang.Exception
java.lang.Exception
public CrontabEntryBean[] findAll() throws java.lang.Exception
java.lang.Exception
public void store(CrontabEntryBean ceb) throws java.lang.Exception, DataNotFoundException
java.lang.Exception
DataNotFoundException
public void store(CrontabEntryBean[] ceb) throws java.lang.Exception, DataNotFoundException
java.lang.Exception
DataNotFoundException
public void remove(CrontabEntryBean[] ceb) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |