org.apache.qpid.server.exchange
Interface ExchangeType<T extends Exchange>


public interface ExchangeType<T extends Exchange>


Method Summary
 org.apache.qpid.framing.AMQShortString getDefaultExchangeName()
           
 Class<T> getExchangeClass()
           
 org.apache.qpid.framing.AMQShortString getName()
           
 T newInstance(VirtualHost host, org.apache.qpid.framing.AMQShortString name, boolean durable, int ticket, boolean autoDelete)
           
 

Method Detail

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