Package tifauv.jplop.core.util

Examples of tifauv.jplop.core.util.AbstractJob


    } catch (Exception e) {
      throw new StorageException("The storage factory class '" + factoryName + "' defined in the configuration could not be instanciated.", e);
    }
   
    // Set the backup job
    m_backupJob = new AbstractJob(BACKUP_JOB_NAME) {
      @Override
      protected void init() {
        setFrequency(DEFAULT_AUTOSAVE_INTERVAL * 1000);
      }
     
 
View Full Code Here

TOP

Related Classes of tifauv.jplop.core.util.AbstractJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.