Class POSendChannelClose

java.lang.Object
POObject
com.swiftmq.impl.amqp.amqp.v00_09_01.po.POSendChannelClose

public class POSendChannelClose extends POObject
  • Constructor Details

    • POSendChannelClose

      public POSendChannelClose(int channelNo, int errorCondition, String description, Method failedMethod)
  • Method Details

    • getChannelNo

      public int getChannelNo()
    • getErrorCondition

      public int getErrorCondition()
    • getDescription

      public String getDescription()
    • getFailedMethod

      public Method getFailedMethod()
    • accept

      public void accept(POVisitor visitor)
    • toString

      public String toString()