org.apache.ode.bpel.engine.cron
Class SystemSchedulesConfig

java.lang.Object
  extended by org.apache.ode.bpel.engine.cron.SystemSchedulesConfig

public class SystemSchedulesConfig
extends java.lang.Object


Field Summary
static java.lang.String SCHEDULE_CONFIG_FILE_PROP_KEY
           
 
Constructor Summary
SystemSchedulesConfig(java.io.File configRoot)
           
 
Method Summary
 java.io.File getSchedulesFile()
           
 java.util.List<ProcessConf.CronJob> getSystemCronJobs()
          Returns the list of cron jobs configured for all processes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULE_CONFIG_FILE_PROP_KEY

public static final java.lang.String SCHEDULE_CONFIG_FILE_PROP_KEY
See Also:
Constant Field Values
Constructor Detail

SystemSchedulesConfig

public SystemSchedulesConfig(java.io.File configRoot)
Method Detail

getSchedulesFile

public java.io.File getSchedulesFile()

getSystemCronJobs

public java.util.List<ProcessConf.CronJob> getSystemCronJobs()
Returns the list of cron jobs configured for all processes. This call returns a fresh snapshot.

Returns:
the list of cron jobs