public class Delete extends QueueMethod
  • Constructor Details

    • Delete

      public Delete()
  • Method Details

    • accept

      public void accept(QueueMethodVisitor visitor)
      Specified by:
      accept in class QueueMethod
    • getReserved1

      public int getReserved1()
    • setReserved1

      public void setReserved1(int reserved1)
    • getQueue

      public String getQueue()
    • setQueue

      public void setQueue(String queue)
    • getIfUnused

      public boolean getIfUnused()
    • setIfUnused

      public void setIfUnused(boolean ifUnused)
    • getIfEmpty

      public boolean getIfEmpty()
    • setIfEmpty

      public void setIfEmpty(boolean ifEmpty)
    • getNoWait

      public boolean getNoWait()
    • setNoWait

      public void setNoWait(boolean noWait)
    • readBody

      protected void readBody(BitSupportDataInput in) throws IOException
      Specified by:
      readBody in class Method
      Throws:
      IOException
    • writeBody

      protected void writeBody(BitSupportDataOutput out) throws IOException
      Specified by:
      writeBody in class Method
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Method