Uses of Class
com.bloomberglp.blpapi.CorrelationID

Uses of CorrelationID in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return CorrelationID
 CorrelationID Subscription.correlationID()
           
abstract  CorrelationID Message.correlationID()
          Return the correlationId associated with this message.
abstract  CorrelationID Message.correlationID(int index)
          Return the correlationId associated with this message at the specified index
 CorrelationID TopicList.correlationIdAt(int index)
           
 CorrelationID ResolutionList.correlationIdAt(int index)
           
abstract  CorrelationID Message.correlationIDAt(int index)
          Deprecated. As of 3.2.1, use Message.correlationID(int)
 CorrelationID AbstractSession.generateToken()
          Return a generated token to be used for authorization.
 CorrelationID AbstractSession.generateToken(CorrelationID correlationId)
          Return a generated token to be used for authorization.
 CorrelationID AbstractSession.generateToken(CorrelationID correlationId, EventQueue eventQueue)
          Return a generated token to be used for authorization.
 CorrelationID AbstractSession.openServiceAsync(java.lang.String serviceIdentifier)
          Issue an asynchronous request to open a service.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity)
          Begins the process of registering the service identified by the specified serviceName and returns immediately.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId)
          Begins the process of registering the service identified by the specified serviceName and returns immediately.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId, ServiceRegistrationOptions registrationOptions)
          Is registerServiceAsync extended.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, ServiceRegistrationOptions registrationOptions)
          Is registerServiceAsync extended.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 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, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID, String) instead
 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, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 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, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, 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, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID, String) instead
 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
 

Methods in com.bloomberglp.blpapi with parameters of type CorrelationID
 void TopicList.add(Message message, CorrelationID correlationId)
           
 void ResolutionList.add(Message message, CorrelationID correlationId)
           
 void TopicList.add(java.lang.String topic, CorrelationID correlationId)
           
 void ResolutionList.add(java.lang.String topic, CorrelationID correlationId)
           
 void EventFormatter.appendRecapMessage(Topic topic, CorrelationID cid)
          Append a (empty) recap message that will be published under the specified 'topic' to the event referenced by this EventFormatter.
 void EventFormatter.appendRecapMessage(Topic topic, java.lang.Integer sequenceNumber, CorrelationID cid)
          Append a (empty) recap message that will be published under the specified 'topic' to the event referenced by this EventFormatter.
 Element ResolutionList.attribute(Name attributeName, CorrelationID correlationId)
           
 void AbstractSession.cancel(CorrelationID correlationId)
          Cancel an outstanding request or a subscription represented by the specified correlationId
 void AbstractSession.cancel(CorrelationID correlationId, java.lang.String requestLabel)
          Cancel an outstanding request or a subscription represented by the specified correlationId
abstract  Event Service.createResponseEvent(CorrelationID correlationId)
          Create a response Event to answer the request.
 CorrelationID AbstractSession.generateToken(CorrelationID correlationId)
          Return a generated token to be used for authorization.
 CorrelationID AbstractSession.generateToken(CorrelationID correlationId, EventQueue eventQueue)
          Return a generated token to be used for authorization.
 Message TopicList.message(CorrelationID correlationId)
           
 Message ResolutionList.message(CorrelationID correlationId)
           
 void AbstractSession.openServiceAsync(java.lang.String serviceIdentifier, CorrelationID correlationId)
          Initiate an asynchronous request to open a service.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId)
          Begins the process of registering the service identified by the specified serviceName and returns immediately.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId, ServiceRegistrationOptions registrationOptions)
          Is registerServiceAsync extended.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 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, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID, String) instead
 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, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 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, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, 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, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID, String) instead
 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
 void Subscription.setCorrelationID(CorrelationID correlationId)
           
 TopicList.Status TopicList.status(CorrelationID correlationId)
           
 ResolutionList.Status ResolutionList.status(CorrelationID correlationId)
           
 int Session.subscriptionStatus(CorrelationID correlationId)
          Returns the subscription status for the specified correlationId
 java.lang.String Session.subscriptionString(CorrelationID correlationId)
          Returns the subscription string for the specified correlationId
 java.lang.String TopicList.topicString(CorrelationID correlationId)
           
 java.lang.String ResolutionList.topicString(CorrelationID correlationId)
           
 void Session.unsubscribe(CorrelationID correlationId)
          Deprecated. as of 3.2.2 Use AbstractSession.cancel(CorrelationID) instead
 

Method parameters in com.bloomberglp.blpapi with type arguments of type CorrelationID
 void AbstractSession.cancel(java.util.List<CorrelationID> correlators)
          Cancel outstanding requests or subscriptions represented by the specified list of correlationIds
 void AbstractSession.cancel(java.util.List<CorrelationID> correlators, java.lang.String requestLabel)
          Cancel outstanding requests or subscriptions represented by the specified list of correlationIds
 

Constructors in com.bloomberglp.blpapi with parameters of type CorrelationID
CorrelationID(CorrelationID from)
           
Subscription(java.lang.String subscriptionString, CorrelationID correlationID)
          Construct a Subscription object with the specified subscription string and the specified correlationID for correlation.
Subscription(java.lang.String subscriptionString, CorrelationID correlationID, boolean isResolved)
          Construct a Subscription object with the specified subscription string, the specified correlationID for correlation, and the specified isResolved flag.
Subscription(java.lang.String security, java.util.List<java.lang.String> fields, CorrelationID correlationId)
           
Subscription(java.lang.String security, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> options, CorrelationID correlationId)
           
Subscription(java.lang.String subscriptionString, java.lang.String fields, CorrelationID correlationId)
          Create a Subscription object with the specified subscriptionString and fields with no options and the specified correlationId
Subscription(java.lang.String subscriptionString, java.lang.String fields, java.lang.String options, CorrelationID correlationId)
          Create a Subscription object with the specified subscriptionString, fields, options and correlationId
 



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