Class SessionClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SessionClient
    extends java.lang.Object
    implements java.io.Closeable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      deltix.qsrv.hf.tickdb.comm.client.TickStreamClient getStream​(java.lang.String key, boolean isNew)  
      boolean getStreamProperty​(java.lang.String key, int property)  
      deltix.qsrv.hf.tickdb.comm.client.TickStreamClient[] listStreams()  
      void resetProperty​(java.lang.String stream, int property)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • listStreams

        public deltix.qsrv.hf.tickdb.comm.client.TickStreamClient[] listStreams()
      • getStream

        public deltix.qsrv.hf.tickdb.comm.client.TickStreamClient getStream​(java.lang.String key,
                                                                            boolean isNew)
      • resetProperty

        public void resetProperty​(java.lang.String stream,
                                  int property)
      • getStreamProperty

        public boolean getStreamProperty​(java.lang.String key,
                                         int property)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable