Class TriggerWithTimeout


  • public class TriggerWithTimeout
    extends java.lang.Object
    Triggers with timeout.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getN()
      Number of Tags or Number of Inventory Attempts.
      int getTimeout()
      Timeout for the operation.
      void setN​(short N)
      Number of Tags or Number of Inventory Attempts.
      void setTimeout​(int timeout)
      Timeout for the operation.
      • Methods inherited from class java.lang.Object

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

      • getN

        public short getN()
        Number of Tags or Number of Inventory Attempts.
      • setN

        public void setN​(short N)
        Number of Tags or Number of Inventory Attempts.
      • getTimeout

        public int getTimeout()
        Timeout for the operation.
      • setTimeout

        public void setTimeout​(int timeout)
        Timeout for the operation.