Class Declare


public class Declare extends QueueMethod
  • Constructor Details

    • Declare

      public Declare()
  • 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)
    • getPassive

      public boolean getPassive()
    • setPassive

      public void setPassive(boolean passive)
    • getDurable

      public boolean getDurable()
    • setDurable

      public void setDurable(boolean durable)
    • getExclusive

      public boolean getExclusive()
    • setExclusive

      public void setExclusive(boolean exclusive)
    • getAutoDelete

      public boolean getAutoDelete()
    • setAutoDelete

      public void setAutoDelete(boolean autoDelete)
    • getNoWait

      public boolean getNoWait()
    • setNoWait

      public void setNoWait(boolean noWait)
    • getArguments

      public Map<String,Object> getArguments()
    • setArguments

      public void setArguments(Map<String,Object> arguments)
    • 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