Uses of Class
de.bsvrz.sys.testsys.modulApplUeb.ApplUebDaten.StartStoppDaten

Packages that use ApplUebDaten.StartStoppDaten
de.bsvrz.sys.testsys.modulApplUeb   
 

Uses of ApplUebDaten.StartStoppDaten in de.bsvrz.sys.testsys.modulApplUeb
 

Fields in de.bsvrz.sys.testsys.modulApplUeb with type parameters of type ApplUebDaten.StartStoppDaten
 java.util.Map<java.lang.String,ApplUebDaten.StartStoppDaten> ApplUebPruefen.m_ssListe
          aktuelle StartStoppDatenListe
private  java.util.Map<java.lang.String,ApplUebDaten.StartStoppDaten> ApplUebDaten.m_startStoppDatenListe
          aktuelle Info von Start/Stopp Key = ProzessInfo (==Inkarnation)
 

Methods in de.bsvrz.sys.testsys.modulApplUeb that return ApplUebDaten.StartStoppDaten
 ApplUebDaten.StartStoppDaten ApplUebDaten.get_startStoppDatenInstanz()
          Liefert Behälter zur Aufnahme der Start/Stopp Information
 

Methods in de.bsvrz.sys.testsys.modulApplUeb that return types with arguments of type ApplUebDaten.StartStoppDaten
 java.util.Map<java.lang.String,ApplUebDaten.StartStoppDaten> ApplUebDaten.get_startStoppDatenListe()
          aktuelle Info von Start/Stopp Key = ProzessInfo (==Inkarnation)
 

Methods in de.bsvrz.sys.testsys.modulApplUeb with parameters of type ApplUebDaten.StartStoppDaten
private  java.lang.Boolean ApplUebPruefen.nichtPruefen(ApplUebDaten.StartStoppDaten ssdat)
          Liefert true, falls der übergebene Block nicht geprüft werden soll.
private  java.lang.Boolean ApplUebPruefen.pruefeAendSSInfoDat_sync(ApplUebDaten.StartStoppDaten ssdat, java.util.Map<java.lang.String,ApplUebDaten.ApplDaten> appListe)
          Synchronisiert ApplUebPruefen.pruefeAendSSInfoDat(de.bsvrz.sys.testsys.modulApplUeb.ApplUebDaten.StartStoppDaten, Map) auf ssdat.
private  java.lang.Boolean ApplUebPruefen.pruefeAendSSInfoDat(ApplUebDaten.StartStoppDaten ssdat, java.util.Map<java.lang.String,ApplUebDaten.ApplDaten> appListe)
          Prüft, ob aufgrund des geänderten StartStop Datensatzes Meldungen protokolliert werden müssen.
private  boolean ApplUebPruefen.pruefeGraceZeit(long graceZeit, java.lang.Long sollZustZeit, ApplUebDaten.StartStoppDaten ssdat)
          prüft "grace" - Zeit im Fehlerfall ; Hilfsfunktion zu ApplUebPruefenApplUebPruefen.pruefeAendSSInfoDat(de.bsvrz.sys.testsys.modulApplUeb.ApplUebDaten.StartStoppDaten, Map).
 

Constructor parameters in de.bsvrz.sys.testsys.modulApplUeb with type arguments of type ApplUebDaten.StartStoppDaten
ApplUebPruefen(IMeldungFehler meldungFehler, java.util.Map<java.lang.String,ApplUebDaten.StartStoppDaten> ssListe, java.util.Map<java.lang.String,ApplUebDaten.ApplDaten> appListe, java.util.HashMap<java.lang.String,RechnerDaten> davRechnerMap)