com.wombat.mama
public final class MamaThrottleInstance extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MamaThrottleInstance |
DEFAULT_THROTTLE |
static int |
DEFAULT_THROTTLE_VALUE
The default throttle queue
|
static MamaThrottleInstance |
INITIAL_THROTTLE |
static int |
INITIAL_THROTTLE_VALUE
The initial value throttle queue
|
static MamaThrottleInstance |
RECAP_THROTTLE |
static int |
RECAP_THROTTLE_VALUE
The recap throttle queue
|
Modifier and Type | Method and Description |
---|---|
static MamaThrottleInstance |
enumObjectForValue(int value)
Return an instance of a MamaMdMsgType corresponding to the specified
integer value.
|
boolean |
equals(MamaThrottleInstance throttleInstance)
Compare the two types for equality.
|
int |
getValue()
Returns the integer value for the type.
|
java.lang.String |
toString()
Returns the stringified name for the enumerated type.
|
static java.lang.String |
valueToString(int value)
Utility method for mapping type integer values to corresponding string
values.
|
public static final int DEFAULT_THROTTLE_VALUE
public static final MamaThrottleInstance DEFAULT_THROTTLE
public static final int INITIAL_THROTTLE_VALUE
public static final MamaThrottleInstance INITIAL_THROTTLE
public static final int RECAP_THROTTLE_VALUE
public static final MamaThrottleInstance RECAP_THROTTLE
public java.lang.String toString()
toString
in class java.lang.Object
public int getValue()
public boolean equals(MamaThrottleInstance throttleInstance)
throttleInstance
- The object to check equality against.public static java.lang.String valueToString(int value)
value
- The int value for a MamaThrottleInstance.public static MamaThrottleInstance enumObjectForValue(int value)
value
- Int value for a MamaThrottleInstance.Copyright 2011 NYSE Technologies