org.apache.qpid.server.configuration
Class ExchangeConfiguration

java.lang.Object
  extended by org.apache.qpid.server.configuration.ExchangeConfiguration

public class ExchangeConfiguration
extends Object


Constructor Summary
ExchangeConfiguration(String exchName, Configuration subset)
           
 
Method Summary
 boolean getAutoDelete()
           
 boolean getDurable()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeConfiguration

public ExchangeConfiguration(String exchName,
                             Configuration subset)
Method Detail

getName

public String getName()

getType

public String getType()

getDurable

public boolean getDurable()

getAutoDelete

public boolean getAutoDelete()


Licensed to the Apache Software Foundation