org.apache.qpid.extras.exchanges.example
Class TestExchangeType

java.lang.Object
  extended by org.apache.qpid.extras.exchanges.example.TestExchangeType
All Implemented Interfaces:
org.apache.qpid.server.exchange.ExchangeType

public class TestExchangeType
extends Object
implements org.apache.qpid.server.exchange.ExchangeType


Constructor Summary
TestExchangeType()
           
 
Method Summary
 org.apache.qpid.framing.AMQShortString getDefaultExchangeName()
           
 Class getExchangeClass()
           
 org.apache.qpid.framing.AMQShortString getName()
           
 org.apache.qpid.server.exchange.Exchange newInstance(org.apache.qpid.server.virtualhost.VirtualHost host, org.apache.qpid.framing.AMQShortString name, boolean durable, int token, boolean autoDelete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExchangeType

public TestExchangeType()
Method Detail

getExchangeClass

public Class getExchangeClass()
Specified by:
getExchangeClass in interface org.apache.qpid.server.exchange.ExchangeType

getName

public org.apache.qpid.framing.AMQShortString getName()
Specified by:
getName in interface org.apache.qpid.server.exchange.ExchangeType

newInstance

public org.apache.qpid.server.exchange.Exchange newInstance(org.apache.qpid.server.virtualhost.VirtualHost host,
                                                            org.apache.qpid.framing.AMQShortString name,
                                                            boolean durable,
                                                            int token,
                                                            boolean autoDelete)
                                                     throws org.apache.qpid.AMQException
Specified by:
newInstance in interface org.apache.qpid.server.exchange.ExchangeType
Throws:
org.apache.qpid.AMQException

getDefaultExchangeName

public org.apache.qpid.framing.AMQShortString getDefaultExchangeName()
Specified by:
getDefaultExchangeName in interface org.apache.qpid.server.exchange.ExchangeType


Licensed to the Apache Software Foundation