org.apache.qpid.client.messaging.address
Class QpidExchangeOptions

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String QPID_EXCLUSIVE_BINDING
           
static String QPID_INITIAL_VALUE_EXCHANGE
           
static String QPID_MSG_SEQUENCE
           
 
Constructor Summary
QpidExchangeOptions()
           
 
Method Summary
 void setExclusiveBinding()
           
 void setInitialValueExchange()
           
 void setMessageSequencing()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

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
Constructor Detail

QpidExchangeOptions

public QpidExchangeOptions()
Method Detail

setMessageSequencing

public void setMessageSequencing()

setInitialValueExchange

public void setInitialValueExchange()

setExclusiveBinding

public void setExclusiveBinding()


Licensed to the Apache Software Foundation