org.apache.qpid.client.messaging.address
Class QpidExchangeOptions
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.apache.qpid.client.messaging.address.QpidExchangeOptions
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class QpidExchangeOptions
- extends HashMap<String,Object>
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
QPID_MSG_SEQUENCE
public static final String QPID_MSG_SEQUENCE
- See Also:
- Constant Field Values
QPID_INITIAL_VALUE_EXCHANGE
public static final String QPID_INITIAL_VALUE_EXCHANGE
- See Also:
- Constant Field Values
QPID_EXCLUSIVE_BINDING
public static final String QPID_EXCLUSIVE_BINDING
- See Also:
- Constant Field Values
QpidExchangeOptions
public QpidExchangeOptions()
setMessageSequencing
public void setMessageSequencing()
setInitialValueExchange
public void setInitialValueExchange()
setExclusiveBinding
public void setExclusiveBinding()
Licensed to the Apache Software Foundation