Spring AMQP

org.springframework.amqp.rabbit.admin
Enum RabbitControlErlangConverter.QueueInfoField

java.lang.Object
  extended by java.lang.Enum<RabbitControlErlangConverter.QueueInfoField>
      extended by org.springframework.amqp.rabbit.admin.RabbitControlErlangConverter.QueueInfoField
All Implemented Interfaces:
Serializable, Comparable<RabbitControlErlangConverter.QueueInfoField>
Enclosing class:
RabbitControlErlangConverter

public static enum RabbitControlErlangConverter.QueueInfoField
extends Enum<RabbitControlErlangConverter.QueueInfoField>


Enum Constant Summary
acks_uncommitted
           
arguments
           
auto_delete
           
consumers
           
durable
           
memory
           
messages
           
messages_ready
           
messages_unacknowledged
           
messages_uncommitted
           
name
           
NOVALUE
           
pid
           
transactions
           
 
Method Summary
static RabbitControlErlangConverter.QueueInfoField toQueueInfoField(String str)
           
static RabbitControlErlangConverter.QueueInfoField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RabbitControlErlangConverter.QueueInfoField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

transactions

public static final RabbitControlErlangConverter.QueueInfoField transactions

acks_uncommitted

public static final RabbitControlErlangConverter.QueueInfoField acks_uncommitted

consumers

public static final RabbitControlErlangConverter.QueueInfoField consumers

pid

public static final RabbitControlErlangConverter.QueueInfoField pid

durable

public static final RabbitControlErlangConverter.QueueInfoField durable

messages

public static final RabbitControlErlangConverter.QueueInfoField messages

memory

public static final RabbitControlErlangConverter.QueueInfoField memory

auto_delete

public static final RabbitControlErlangConverter.QueueInfoField auto_delete

messages_ready

public static final RabbitControlErlangConverter.QueueInfoField messages_ready

arguments

public static final RabbitControlErlangConverter.QueueInfoField arguments

name

public static final RabbitControlErlangConverter.QueueInfoField name

messages_unacknowledged

public static final RabbitControlErlangConverter.QueueInfoField messages_unacknowledged

messages_uncommitted

public static final RabbitControlErlangConverter.QueueInfoField messages_uncommitted

NOVALUE

public static final RabbitControlErlangConverter.QueueInfoField NOVALUE
Method Detail

values

public static RabbitControlErlangConverter.QueueInfoField[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RabbitControlErlangConverter.QueueInfoField c : RabbitControlErlangConverter.QueueInfoField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RabbitControlErlangConverter.QueueInfoField valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toQueueInfoField

public static RabbitControlErlangConverter.QueueInfoField toQueueInfoField(String str)

Spring AMQP

Copyright © 2010. All Rights Reserved.