Class AddBoundExchange
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.AddBoundExchange
-
- All Implemented Interfaces:
Serializable
public class AddBoundExchange extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant queue to add a binding with the specified exchange, because of aQueue.Bindmethod.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringexchangeNameprivate StringqueueNameprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AddBoundExchange(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
-
-