Uses of Class
com.bloomberglp.blpapi.EventQueue

Uses of EventQueue in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi with parameters of type EventQueue
 CorrelationID AbstractSession.generateToken(CorrelationID correlationId, EventQueue eventQueue)
          Return a generated token to be used for authorization.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID, String) instead
 CorrelationID Session.sendRequest(Request request, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, EventQueue, CorrelationID) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, EventQueue, CorrelationID, String) instead
 



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