com.bloomberglp.blpapi
Class Event.EventType

java.lang.Object
  extended by com.bloomberglp.blpapi.Event.EventType
Enclosing class:
Event

public static class Event.EventType
extends java.lang.Object

Enumeration of the type of events that can be delivered from Bloomberg services

Author:
ssomu

Nested Class Summary
static class Event.EventType.Constants
          Constants to facilitate switch constructs on event types
 
Field Summary
static Event.EventType ADMIN
          Administrative events from Bloomberg Services
static Event.EventType AUTHORIZATION_STATUS
          Changes to the state of an active authorization, like entitlement changes
static Event.EventType PARTIAL_RESPONSE
          non-final response received for a pending non-subscription request.
static Event.EventType REQUEST
           
static Event.EventType REQUEST_STATUS
          Changes in the state of a pending non-subscription request
static Event.EventType RESOLUTION_STATUS
           
static Event.EventType RESPONSE
          Final response received for a pending non-subscription request.
static Event.EventType SERVICE_STATUS
          Changes to the status of an active open service request
static Event.EventType SESSION_STATUS
          changes in the state of the Session, such as Session successfully started or Session is terminated
static Event.EventType SUBSCRIPTION_DATA
          Streaming subscription data delivered for active Subscription requests.
static Event.EventType SUBSCRIPTION_STATUS
          Changes in state of a pending/active subscription request
static Event.EventType TIMEOUT
          This Event indicates a user specified timeout interval has expired before any event was received
static Event.EventType TOKEN_STATUS
          Response to a generate token request
static Event.EventType TOPIC_STATUS
           
 
Method Summary
 int intValue()
          Return the integer value to facilitate switch constructs on the event type
 java.lang.String toString()
          returns the string form of this enumeration value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADMIN

public static final Event.EventType ADMIN
Administrative events from Bloomberg Services


SESSION_STATUS

public static final Event.EventType SESSION_STATUS
changes in the state of the Session, such as Session successfully started or Session is terminated


SUBSCRIPTION_STATUS

public static final Event.EventType SUBSCRIPTION_STATUS
Changes in state of a pending/active subscription request


REQUEST_STATUS

public static final Event.EventType REQUEST_STATUS
Changes in the state of a pending non-subscription request


SERVICE_STATUS

public static final Event.EventType SERVICE_STATUS
Changes to the status of an active open service request


RESPONSE

public static final Event.EventType RESPONSE
Final response received for a pending non-subscription request. Once this event is delivered the Request is considered to be complete


PARTIAL_RESPONSE

public static final Event.EventType PARTIAL_RESPONSE
non-final response received for a pending non-subscription request. The request is still pending after this event is received and is not considered to be complete until a RESPONSE event is delivered


SUBSCRIPTION_DATA

public static final Event.EventType SUBSCRIPTION_DATA
Streaming subscription data delivered for active Subscription requests.


TIMEOUT

public static final Event.EventType TIMEOUT
This Event indicates a user specified timeout interval has expired before any event was received


AUTHORIZATION_STATUS

public static final Event.EventType AUTHORIZATION_STATUS
Changes to the state of an active authorization, like entitlement changes


RESOLUTION_STATUS

public static final Event.EventType RESOLUTION_STATUS

TOPIC_STATUS

public static final Event.EventType TOPIC_STATUS

REQUEST

public static final Event.EventType REQUEST

TOKEN_STATUS

public static final Event.EventType TOKEN_STATUS
Response to a generate token request

Method Detail

intValue

public int intValue()
Return the integer value to facilitate switch constructs on the event type


toString

public java.lang.String toString()
returns the string form of this enumeration value

Overrides:
toString in class java.lang.Object


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.