org.apache.qpid.server.exchange
Interface ExchangeType<T extends Exchange>
public interface ExchangeType<T extends Exchange>
getName
org.apache.qpid.framing.AMQShortString getName()
getExchangeClass
Class<T> getExchangeClass()
newInstance
T newInstance(VirtualHost host,
org.apache.qpid.framing.AMQShortString name,
boolean durable,
int ticket,
boolean autoDelete)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
getDefaultExchangeName
org.apache.qpid.framing.AMQShortString getDefaultExchangeName()
Licensed to the Apache Software Foundation