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
 

Fields in de.bsvrz.sys.dcf77.ntp declared as DataAspZustand
private  DataAspZustand DefaultNtp2.m_aktuellerZustand
          aktueller Aspekt "Recher.dcfStatus.Zustand"
 

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
 

Fields in de.bsvrz.sys.dcf77.ntp.realclient declared as DataAspZustand
private  DataAspZustand RealNTPClient.m_aktuellerZustand
          aktueller Aspekt "Recher.dcfStatus.Zustand"
 

Methods in de.bsvrz.sys.dcf77.ntp.realclient that return DataAspZustand
private  DataAspZustand NTPinfoPoller.cpNtpServerInfo2DataAspZustand(NTPinfoPoller.NtpServerInfo ntpServerInfo)
          Hilffunktion: Konvertiert ntpServerInfo in eine Instanz des Typs DataAspZustand
 

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
 

Fields in de.bsvrz.sys.dcf77.zeitverw declared as DataAspZustand
private  DataAspZustand SenderThread.m_dataAspZustandAlt
          letzter NTP Zustands
private  DataAspZustand SenderThread.m_dataAspZustandNeu
          aktueller NTP Zustands
private  DataAspZustand DCFdav.m_gelesenerDataAspZustand
          fuer IdcfTester: Inhalt des letzen gelesenen DAV Zustands.
 

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.