com.rabbitmq.client.impl
Class AMQImpl.Exchange

java.lang.Object
  extended by com.rabbitmq.client.impl.AMQImpl.Exchange
Enclosing class:
AMQImpl

public static class AMQImpl.Exchange
extends java.lang.Object


Nested Class Summary
static class AMQImpl.Exchange.Declare
          declare exchange, create if needed.
static class AMQImpl.Exchange.DeclareOk
          confirms an exchange declaration.
static class AMQImpl.Exchange.Delete
          delete an exchange.
static class AMQImpl.Exchange.DeleteOk
          confirm deletion of an exchange.
 
Field Summary
static int INDEX
           
 
Constructor Summary
AMQImpl.Exchange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX

public static final int INDEX
See Also:
Constant Field Values
Constructor Detail

AMQImpl.Exchange

public AMQImpl.Exchange()