Class POSendChannelClose
java.lang.Object
POObject
com.swiftmq.impl.amqp.amqp.v00_09_01.po.POSendChannelClose
public class POSendChannelClose
extends POObject
-
Constructor Summary
ConstructorDescriptionPOSendChannelClose
(int channelNo, int errorCondition, String description, Method failedMethod) -
Method Summary
-
Constructor Details
-
POSendChannelClose
public POSendChannelClose(int channelNo, int errorCondition, String description, Method failedMethod)
-
-
Method Details
-
getChannelNo
public int getChannelNo() -
getErrorCondition
public int getErrorCondition() -
getDescription
-
getFailedMethod
public Method getFailedMethod() -
accept
public void accept(POVisitor visitor) -
toString
-