public enum LoginMsgType extends java.lang.Enum<LoginMsgType>
LoginMsg may
be set to one of these to indicate the specific RDMLoginMsg class.| Enum Constant and Description |
|---|
ACK
Deprecated.
|
CLOSE
(2) Login Close
|
CONSUMER_CONNECTION_STATUS
(3) Login Consumer Connection Status
|
POST
Deprecated.
|
REFRESH
(4) Login Refresh
|
REQUEST
(1) Login Request
|
STATUS
(5) Login Status
|
UNKNOWN
(0) Unknown
|
| Modifier and Type | Method and Description |
|---|---|
static LoginMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoginMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoginMsgType UNKNOWN
public static final LoginMsgType REQUEST
public static final LoginMsgType CLOSE
public static final LoginMsgType CONSUMER_CONNECTION_STATUS
public static final LoginMsgType REFRESH
public static final LoginMsgType STATUS
@Deprecated public static final LoginMsgType POST
@Deprecated public static final LoginMsgType ACK
public static LoginMsgType[] values()
for (LoginMsgType c : LoginMsgType.values()) System.out.println(c);
public static LoginMsgType 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 nullCopyright @ 2019 Thomson Reuters. All Rights Reserved.