Class AbstractSynchronizeJob

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static de.willuhn.util.I18N i18n  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure()
      Oeffnet den Synchronisierungs-Job zur Konfiguration.
      java.lang.Object getContext​(java.lang.String key)
      Liefert den Wert der angegebenen Context-Information.
      Konto getKonto()
      Liefert das Konto, ueber welches der Job abgewickelt werden soll.
      java.lang.String getName()
      Liefert einen sprechenden Namen fuer den Job.
      void setContext​(java.lang.String key, java.lang.Object value)
      Speichert weitere Context-Informationen.
      void setKonto​(Konto konto)
      Speichert das Konto, ueber welches der Job abgewickelt werden soll.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait