com.rabbitmq.client.impl
Class AMQImpl.Queue

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

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


Nested Class Summary
static class AMQImpl.Queue.Bind
          bind queue to an exchange.
static class AMQImpl.Queue.BindOk
          confirm bind successful.
static class AMQImpl.Queue.Declare
          declare queue, create if needed.
static class AMQImpl.Queue.DeclareOk
          confirms a queue definition.
static class AMQImpl.Queue.Delete
          delete a queue.
static class AMQImpl.Queue.DeleteOk
          confirm deletion of a queue.
static class AMQImpl.Queue.Purge
          purge a queue.
static class AMQImpl.Queue.PurgeOk
          confirms a queue purge.
 
Field Summary
static int INDEX
           
 
Constructor Summary
AMQImpl.Queue()
           
 
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.Queue

public AMQImpl.Queue()