org.apache.qpid.server.configuration
Class ExchangeConfiguration
java.lang.Object
org.apache.qpid.server.configuration.ExchangeConfiguration
public class ExchangeConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExchangeConfiguration
public ExchangeConfiguration(String exchName,
Configuration subset)
getName
public String getName()
getType
public String getType()
getDurable
public boolean getDurable()
getAutoDelete
public boolean getAutoDelete()
Licensed to the Apache Software Foundation