public static enum ConsumerConfiguration.CcNumeric extends java.lang.Enum<ConsumerConfiguration.CcNumeric>
| Enum Constant and Description |
|---|
MAX_ACK_PENDING |
MAX_DELIVER |
MAX_PULL_WAITING |
RATE_LIMIT |
START_SEQ |
| Modifier and Type | Method and Description |
|---|---|
long |
comparable(java.lang.Long val) |
static ConsumerConfiguration.CcNumeric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerConfiguration.CcNumeric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
boolean |
wouldBeChange(java.lang.Long user,
java.lang.Long srvr) |
public static final ConsumerConfiguration.CcNumeric START_SEQ
public static final ConsumerConfiguration.CcNumeric MAX_DELIVER
public static final ConsumerConfiguration.CcNumeric RATE_LIMIT
public static final ConsumerConfiguration.CcNumeric MAX_ACK_PENDING
public static final ConsumerConfiguration.CcNumeric MAX_PULL_WAITING
public static ConsumerConfiguration.CcNumeric[] values()
for (ConsumerConfiguration.CcNumeric c : ConsumerConfiguration.CcNumeric.values()) System.out.println(c);
public static ConsumerConfiguration.CcNumeric valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long comparable(java.lang.Long val)
public boolean wouldBeChange(java.lang.Long user,
java.lang.Long srvr)