Interface JobService

All Superinterfaces:
net.solarnetwork.settings.SettingSpecifierProvider
All Known Implementing Classes:
BackupJob, DatumDaoBulkUploadJob, DatumDaoCleanerJob, DatumDataSourcePollManagedJob

public interface JobService extends net.solarnetwork.settings.SettingSpecifierProvider
API for a simple job service that extends SettingSpecifierProvider.
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the service job.

    Methods inherited from interface net.solarnetwork.settings.SettingSpecifierProvider

    getDisplayName, getMessageSource, getSettingSpecifiers, getSettingUid, templateSettingSpecifiers
  • Method Details

    • executeJobService

      void executeJobService() throws Exception
      Execute the service job.
      Throws:
      Exception - if anything goes wrong