Interface TzConfMBean

All Superinterfaces:
org.bedework.util.jmx.BaseMBean, org.bedework.util.jmx.ConfBaseMBean, TzConfig
All Known Implementing Classes:
TzConf

public interface TzConfMBean extends TzConfig, org.bedework.util.jmx.ConfBaseMBean
Run the timezones service
Author:
douglm
  • Method Details

    • getStats

      List<Stat> getStats()
      Get the current stats
      Returns:
      List of Stat
    • compareData

      String compareData(String tzdataUrl)
      Compare data pointed to by tzdataUrl with the current data.
      Parameters:
      tzdataUrl - to compare with
      Returns:
      completion code.
    • refreshData

      String refreshData()
      Refresh all the data - almost a restart
      Returns:
      completion code.
    • updateData

      String updateData(String tzdataUrl)
      Update the data from the data at the given url
      Parameters:
      tzdataUrl - reference to data
      Returns:
      completion code.
    • checkData

      String checkData()
      Check with primary source
      Returns:
      completion code.
    • loadConfig

      String loadConfig()
      (Re)load the configuration
      Returns:
      status