Class DisableIdxRecQue

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class DisableIdxRecQue
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Temporarily disable the index record queue
    Since:
    08.08.2023
    Author:
    weiland
    • Constructor Summary

      Constructors 
      Constructor Description
      DisableIdxRecQue​(de.pisa.psc.srv.glb.PscSsn ssn)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      • Methods inherited from class java.lang.Object

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

      • DisableIdxRecQue

        public DisableIdxRecQue​(de.pisa.psc.srv.glb.PscSsn ssn)
        Constructor
        Parameters:
        ssn - session
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
        See Also:
        AutoCloseable.close()