Uses of Class
de.bsvrz.sys.dcf77.zeitverw.DataAspZustand

Packages that use DataAspZustand
de.bsvrz.sys.dcf77.ntp   
de.bsvrz.sys.dcf77.ntp.realclient   
de.bsvrz.sys.dcf77.zeitverw   
 

Uses of DataAspZustand in de.bsvrz.sys.dcf77.ntp
 

Methods in de.bsvrz.sys.dcf77.ntp with parameters of type DataAspZustand
 void DefaultNtp2.setAktuellerZustand(DataAspZustand aktuellerZustand)
          siehe setAktuellerZustand(DataAspZustand aktuellerZustand, Boolean wakeSenderThread)
 void DefaultNtp2.setAktuellerZustand(DataAspZustand aktuellerZustand, java.lang.Boolean wakeSenderThread)
          Setzt den aktuellen Zustand im Zeitserverclient.
 

Uses of DataAspZustand in de.bsvrz.sys.dcf77.ntp.realclient
 

Methods in de.bsvrz.sys.dcf77.ntp.realclient with parameters of type DataAspZustand
 void RealNTPClient.setAktuellerZustand(DataAspZustand aktuellerZustand)
          siehe RealNTPClient.setAktuellerZustand(DataAspZustand, Boolean)
 void RealNTPClient.setAktuellerZustand(DataAspZustand aktuellerZustand, java.lang.Boolean wakeSenderThread)
          Setzt den aktuellen Zustand im Zeitserverclient.
 

Uses of DataAspZustand in de.bsvrz.sys.dcf77.zeitverw
 

Methods in de.bsvrz.sys.dcf77.zeitverw that return DataAspZustand
 DataAspZustand DataAspZustand.copy(DataAspZustand quellObj)
          Kopiert die uebergebenen Quell Instanz auf das aktuelle Objekt.
 DataAspZustand DataAspZustand.copy(java.lang.String aktuellerZeitserver, java.lang.String[] vorhandeneZeitserver, java.lang.String letzteKorrekturZeit)
          Kopiert die uebergebenen Quell Einzelkomponenten auf eine Instanz Variable.
 DataAspZustand SenderThread.get_dataAspZustandNeu()
          gibt aktuellen NTP Zustands zurueck (== den zuletzt über das Interface IntpAllgemein gelesenen Zustand).
 DataAspZustand DCFdav.getNeuestenAspZustand()
           
 DataAspZustand IdcfTestReader.getNeuestenAspZustand()
          Testroutine: Liefert den zuletzt ueber den DAV empfangenen Rechner.dcfStatus.Zustand zurueck.
 

Methods in de.bsvrz.sys.dcf77.zeitverw with parameters of type DataAspZustand
 DataAspZustand DataAspZustand.copy(DataAspZustand quellObj)
          Kopiert die uebergebenen Quell Instanz auf das aktuelle Objekt.
 void DCFdav.sendDavZustand(DataAspZustand dataAspZustand)
          Sende Datensatz vom Type rechner.dcfStatus.zustand
 void IdcfTester.setAktuellerZustand(DataAspZustand aktuellerZustand, java.lang.Boolean wakeSenderThread)
          Setzt den aktuellen Zustand im Zeitserverclient.