public enum ThrottleConfigurationStatus extends java.lang.Enum<ThrottleConfigurationStatus>
| Enum Constant and Description |
|---|
INVALID_DICTIONARY
The session is configured to use a Fix Dictionary that doesn't support the business reject message.
|
NULL_VAL
To be used to represent not present or null.
|
OK
Operation Succeeded
|
SESSION_NOT_LOGGED_IN
The session isn't currently logged in.
|
SESSION_NOT_OWNED
Either your library doesn't own this session or the gateway doesn't know about the specified session
|
UNKNOWN_LIBRARY
The gateway doesn't know about your library
|
| Modifier and Type | Method and Description |
|---|---|
static ThrottleConfigurationStatus |
get(short value)
Lookup the enum value representing the value.
|
short |
value()
The raw encoded value in the Java type representation.
|
static ThrottleConfigurationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThrottleConfigurationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThrottleConfigurationStatus OK
public static final ThrottleConfigurationStatus SESSION_NOT_OWNED
public static final ThrottleConfigurationStatus UNKNOWN_LIBRARY
public static final ThrottleConfigurationStatus SESSION_NOT_LOGGED_IN
public static final ThrottleConfigurationStatus INVALID_DICTIONARY
public static final ThrottleConfigurationStatus NULL_VAL
public static ThrottleConfigurationStatus[] values()
for (ThrottleConfigurationStatus c : ThrottleConfigurationStatus.values()) System.out.println(c);
public static ThrottleConfigurationStatus 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 short value()
public static ThrottleConfigurationStatus get(short value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.