Class DavUnscaledValueRelatedResultSetContainer

  • All Implemented Interfaces:
    com.bitctrl.util.resultset.IRelatedResultSetContainer

    public class DavUnscaledValueRelatedResultSetContainer
    extends java.lang.Object
    implements com.bitctrl.util.resultset.IRelatedResultSetContainer
    Beispielhafte Containerimplementierung für ganzzahlige Ergebnisse.
    • Constructor Summary

      Constructors 
      Constructor Description
      DavUnscaledValueRelatedResultSetContainer​(de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.Data.Array atlDatenpunktArray)
      Konstruktor legt intern das eigentliche Rgebnis-Set an.
    • Method Summary

      Modifier and Type Method Description
      void resultSetComplete​(boolean timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DavUnscaledValueRelatedResultSetContainer

        public DavUnscaledValueRelatedResultSetContainer​(de.bsvrz.dav.daf.main.ClientDavInterface connection,
                                                         de.bsvrz.dav.daf.main.Data.Array atlDatenpunktArray)
                                                  throws de.bsvrz.dav.daf.main.impl.InvalidArgumentException
        Konstruktor legt intern das eigentliche Rgebnis-Set an.
        Parameters:
        connection - Verbindung zum Datenverteiler
        atlDatenpunktArray - ein Feld von atl.datenpunkt
        Throws:
        de.bsvrz.dav.daf.main.impl.InvalidArgumentException - Falls eines der Feldelemente ungültig ist
        See Also:
        Datenpunkt
    • Method Detail

      • resultSetComplete

        public void resultSetComplete​(boolean timeout)
        Specified by:
        resultSetComplete in interface com.bitctrl.util.resultset.IRelatedResultSetContainer