Class RemoveQueueBindings
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.RemoveQueueBindings
-
- All Implemented Interfaces:
Serializable
public class RemoveQueueBindings extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant exchange to remove its bindings with the specified queue, because of the queue deletion.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringexchangeNameprivate StringqueueNameprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description RemoveQueueBindings(String exchangeName, String queueName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExchangeName()StringgetQueueName()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
queueName
private String queueName
-
exchangeName
private String exchangeName
-
-