Uses of Class
de.bsvrz.sys.dcf77.ntp.realclient.NTPinfoPoller.NtpServerInfo

Packages that use NTPinfoPoller.NtpServerInfo
de.bsvrz.sys.dcf77.ntp.realclient   
 

Uses of NTPinfoPoller.NtpServerInfo in de.bsvrz.sys.dcf77.ntp.realclient
 

Fields in de.bsvrz.sys.dcf77.ntp.realclient declared as NTPinfoPoller.NtpServerInfo
private  NTPinfoPoller.NtpServerInfo NTPinfoPoller.m_lastNtpServerInfo
          die zuletzt gelesene ServerInforamtion
 

Methods in de.bsvrz.sys.dcf77.ntp.realclient with parameters of type NTPinfoPoller.NtpServerInfo
private  DataAspZustand NTPinfoPoller.cpNtpServerInfo2DataAspZustand(NTPinfoPoller.NtpServerInfo ntpServerInfo)
          Hilffunktion: Konvertiert ntpServerInfo in eine Instanz des Typs DataAspZustand
private  void NTPinfoPoller.parseInfo(java.lang.String cmdInfo, NTPinfoPoller.NtpServerInfo ntpServerInfo)
          Interpretiert cmdInfo (Ausgabe von ntpq -p)
private  void NTPinfoPoller.parseInfoLine(java.lang.String line, NTPinfoPoller.NtpServerInfo ntpServerInfo)
          Interpretiert eine Zeile des Kommandos (ntpq -p)
private  int NTPinfoPoller.readData(java.lang.String cmd, NTPinfoPoller.NtpServerInfo ntpServerInfo)
          Startet das uebergebene Kommando (ntpq -p), interpretiert dessen Ausgabe und stellt es in der Instanz ntpServerInfo zur Verfügung.