Package com.bloomberglp.blpapi
Class Event.EventType.Constants
java.lang.Object
com.bloomberglp.blpapi.Event.EventType.Constants
- Enclosing class:
- Event.EventType
Constants to facilitate switch constructs on event types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intswitchable constant forEvent.EventType.ADMINstatic final intswitchable constant forEvent.EventType.AUTHORIZATION_STATUSstatic final intswitchable constant forEvent.EventType.PARTIAL_RESPONSEstatic final intswitchable constant forEvent.EventType.REQUESTstatic final intswitchable constant forEvent.EventType.REQUEST_STATUSstatic final intswitchable constant forEvent.EventType.RESOLUTION_STATUSstatic final intswitchable constant forEvent.EventType.RESPONSEstatic final intswitchable constant forEvent.EventType.SERVICE_STATUSstatic final intswitchable constant forEvent.EventType.SESSION_STATUSstatic final intswitchable constant forEvent.EventType.SUBSCRIPTION_DATAstatic final intswitchable constant forEvent.EventType.SUBSCRIPTION_STATUSstatic final intswitchable constant forEvent.EventType.TIMEOUTstatic final intswitchable constant forEvent.EventType.TOKEN_STATUSstatic final intswitchable constant forEvent.EventType.TOPIC_STATUS -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADMIN
public static final int ADMINswitchable constant forEvent.EventType.ADMIN- See Also:
-
SESSION_STATUS
public static final int SESSION_STATUSswitchable constant forEvent.EventType.SESSION_STATUS- See Also:
-
SUBSCRIPTION_STATUS
public static final int SUBSCRIPTION_STATUSswitchable constant forEvent.EventType.SUBSCRIPTION_STATUS- See Also:
-
REQUEST_STATUS
public static final int REQUEST_STATUSswitchable constant forEvent.EventType.REQUEST_STATUS- See Also:
-
RESPONSE
public static final int RESPONSEswitchable constant forEvent.EventType.RESPONSE- See Also:
-
PARTIAL_RESPONSE
public static final int PARTIAL_RESPONSEswitchable constant forEvent.EventType.PARTIAL_RESPONSE- See Also:
-
SUBSCRIPTION_DATA
public static final int SUBSCRIPTION_DATAswitchable constant forEvent.EventType.SUBSCRIPTION_DATA- See Also:
-
SERVICE_STATUS
public static final int SERVICE_STATUSswitchable constant forEvent.EventType.SERVICE_STATUS- See Also:
-
TIMEOUT
public static final int TIMEOUTswitchable constant forEvent.EventType.TIMEOUT- See Also:
-
AUTHORIZATION_STATUS
public static final int AUTHORIZATION_STATUSswitchable constant forEvent.EventType.AUTHORIZATION_STATUS- See Also:
-
RESOLUTION_STATUS
public static final int RESOLUTION_STATUSswitchable constant forEvent.EventType.RESOLUTION_STATUS- See Also:
-
TOPIC_STATUS
public static final int TOPIC_STATUSswitchable constant forEvent.EventType.TOPIC_STATUS- See Also:
-
TOKEN_STATUS
public static final int TOKEN_STATUSswitchable constant forEvent.EventType.TOKEN_STATUS- See Also:
-
REQUEST
public static final int REQUESTswitchable constant forEvent.EventType.REQUEST- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-