Interface UpdaterTask


public interface UpdaterTask
  • Method Summary

    Modifier and Type Method Description
    boolean doUpdateTask()  
    java.lang.String getTitle()  
  • Method Details

    • doUpdateTask

      boolean doUpdateTask() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTitle

      java.lang.String getTitle()