Data Archive
- Data Archive 6.5
- All Products
/** * This method should start the scheduler * @throws Exception */ public void startScheduler() throws Exception; /** * @param configFile * @throws Exception */ public void startScheduler(String configFile) throws Exception; /** * This method should shut down the scheduler * * @throws Exception */ public void shutDownScheduler() throws Exception; /** * should set the properties configuration file of the scheduler * */ public String getConfigFile(); /** * * should get the properties configuration file of the scheduler */ public void setConfigFile(String configFile); /** * set the configuration file location * @param location */ public void setConfigFileLocation(String location); /** * get the configuration file location * * @return */ public String getConfigFileLocation();