Uses of Class
org.apache.qpid.extras.exchanges.diagnostic.DiagnosticExchange

Packages that use DiagnosticExchange
org.apache.qpid.extras.exchanges.diagnostic   
 

Uses of DiagnosticExchange in org.apache.qpid.extras.exchanges.diagnostic
 

Fields in org.apache.qpid.extras.exchanges.diagnostic with type parameters of type DiagnosticExchange
static org.apache.qpid.server.exchange.ExchangeType<DiagnosticExchange> DiagnosticExchange.TYPE
           
 

Methods in org.apache.qpid.extras.exchanges.diagnostic that return DiagnosticExchange
 DiagnosticExchange DiagnosticExchangeType.newInstance(org.apache.qpid.server.virtualhost.VirtualHost host, org.apache.qpid.framing.AMQShortString name, boolean durable, int ticket, boolean autoDelete)
           
 

Methods in org.apache.qpid.extras.exchanges.diagnostic that return types with arguments of type DiagnosticExchange
 Class<DiagnosticExchange> DiagnosticExchangeType.getExchangeClass()
           
 



Licensed to the Apache Software Foundation