Class RemoveBoundExchange
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.RemoveBoundExchange
-
- All Implemented Interfaces:
Serializable
public class RemoveBoundExchange extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant queue to remove its bindings with the specified exchange, because of the exchange deletion orQueue.Unbindmethod.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringexchangeNameprivate StringqueueNameprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description RemoveBoundExchange(String queueName, String exchangeName)
-
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
-
-