Class Cancel
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.Cancel
-
- All Implemented Interfaces:
Serializable
public class Cancel extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant queue to cancel the specified consumer, due to channel closing orBasic.Cancelmethod.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private intchannelNumberprivate StringconsumerTagprivate StringqueueNameprivate static longserialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChannelNumber()StringgetConsumerTag()StringgetQueueName()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
consumerTag
private String consumerTag
-
queueName
private String queueName
-
channelNumber
private int channelNumber
-
-