Interface QueryData

All Superinterfaces:
java.lang.AutoCloseable
All Known Implementing Classes:
QueryError, QueryList

public interface QueryData
extends java.lang.AutoCloseable
TBD Dokumentation
  • Method Summary

    Modifier and Type Method Description
    static QueryData createQueryData​(ArchiveManager archMgr, java.util.zip.Inflater decompressor, de.bsvrz.dav.daf.main.archive.ArchiveDataSpecification[] ads, int archivQueryCountForApplication, int maximumRequestsPerApplication, java.lang.Object queryAppObj)  
    Query get​(int indexOfStream)  
    void sendReply​(de.bsvrz.ars.ars.mgmt.tasks.ArchiveQueryTask.ResponseSender sender, de.bsvrz.sys.funclib.communicationStreams.StreamMultiplexer mux)  
    int size()  

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • createQueryData

      static QueryData createQueryData​(ArchiveManager archMgr, java.util.zip.Inflater decompressor, de.bsvrz.dav.daf.main.archive.ArchiveDataSpecification[] ads, int archivQueryCountForApplication, int maximumRequestsPerApplication, java.lang.Object queryAppObj)
    • size

      int size()
    • sendReply

      void sendReply​(de.bsvrz.ars.ars.mgmt.tasks.ArchiveQueryTask.ResponseSender sender, de.bsvrz.sys.funclib.communicationStreams.StreamMultiplexer mux) throws java.io.IOException, java.lang.InterruptedException
      Throws:
      java.io.IOException
      java.lang.InterruptedException
    • get

      Query get​(int indexOfStream)