Class QueryList

java.lang.Object
de.bsvrz.ars.ars.mgmt.tasks.QueryList
All Implemented Interfaces:
QueryData, java.lang.AutoCloseable

public final class QueryList
extends java.lang.Object
implements QueryData
TBD Dokumentation
  • Method Summary

    Modifier and Type Method Description
    void close()  
    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
    • size

      public int size()
      Specified by:
      size in interface QueryData
    • sendReply

      public 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
      Specified by:
      sendReply in interface QueryData
      Throws:
      java.io.IOException
      java.lang.InterruptedException
    • get

      public Query get​(int indexOfStream)
      Specified by:
      get in interface QueryData