org.figure8.join.services.scheduling.persistence
Interface QuartzCronInfoDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateQuartzCronInfoDao

public interface QuartzCronInfoDao
extends ObjectDao

Data Access interface for QuartzCronInfo objects.

Version:
$Revision: 1.3 $
Author:
Jerome Evrard

Method Summary
 QuartzCronInfo getQuartzCronInfo(java.lang.String name)
          Retrieve a quartz cron information using its name.
 
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save
 

Method Detail

getQuartzCronInfo

QuartzCronInfo getQuartzCronInfo(java.lang.String name)
Retrieve a quartz cron information using its name.

Parameters:
name - The quartz cron name of instance to get.
Returns:
The quartz cron instance or null if it does not exists.


Copyright © 2005-2008 Join. All Rights Reserved.