| Modifier and Type | Method and Description |
|---|---|
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(String serviceIdentifier)
Issue an asynchronous request to open a service.
|
CorrelationID |
ProviderSession.registerServiceAsync(String serviceName,
Identity providerIdentity)
Begins the process of registering the service identified by the
specified
serviceName and returns immediately. |
CorrelationID |
ProviderSession.registerServiceAsync(String serviceName,
Identity providerIdentity,
CorrelationID correlationId)
Begins the process of registering the service identified by the
specified
serviceName and returns immediately. |
CorrelationID |
ProviderSession.registerServiceAsync(String serviceName,
Identity providerIdentity,
CorrelationID correlationId,
ServiceRegistrationOptions registrationOptions)
Is registerServiceAsync extended.
|
CorrelationID |
ProviderSession.registerServiceAsync(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,
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,
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,
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,
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,
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,
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,
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,
String requestLabel)
Send the specified request to a service using this session
|
CorrelationID |
Session.sendRequest(RequestTemplate requestTemplate)
Same as calling
sendRequest(requestTemplate, null) |
CorrelationID |
Session.sendRequest(RequestTemplate requestTemplate,
CorrelationID correlationId)
Send a request defined by the specified 'requestTemplate'.
|
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,
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,
String requestLabel)
Deprecated.
as of 3.3.0, use
Session.sendRequest(
Request, Identity, EventQueue, CorrelationID, String) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicList.add(Message message,
CorrelationID correlationId) |
void |
ResolutionList.add(Message message,
CorrelationID correlationId) |
void |
TopicList.add(String topic,
CorrelationID correlationId) |
void |
ResolutionList.add(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,
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,
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.
|
RequestTemplate |
Session.createSnapshotRequestTemplate(String subscriptionString,
CorrelationID statusCid)
|
RequestTemplate |
Session.createSnapshotRequestTemplate(String subscriptionString,
CorrelationID statusCid,
Identity identity)
Create a snapshot request template for getting subscription
data specified by the 'subscriptionString' using the optionally
specified 'identity' if all the following conditions are met: the
session is established, 'subscriptionString' is a valid subscription
string and 'statusCid' is not used in this session.
|
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(String serviceIdentifier,
CorrelationID correlationId)
Initiate an asynchronous request to open a service.
|
CorrelationID |
ProviderSession.registerServiceAsync(String serviceName,
Identity providerIdentity,
CorrelationID correlationId)
Begins the process of registering the service identified by the
specified
serviceName and returns immediately. |
CorrelationID |
ProviderSession.registerServiceAsync(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,
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,
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,
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,
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,
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,
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,
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,
String requestLabel)
Send the specified request to a service using this session
|
CorrelationID |
Session.sendRequest(RequestTemplate requestTemplate,
CorrelationID correlationId)
Send a request defined by the specified 'requestTemplate'.
|
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,
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,
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
|
String |
Session.subscriptionString(CorrelationID correlationId)
Returns the subscription string for the specified correlationId
|
String |
TopicList.topicString(CorrelationID correlationId) |
String |
ResolutionList.topicString(CorrelationID correlationId) |
void |
Session.unsubscribe(CorrelationID correlationId)
Deprecated.
as of 3.2.2 Use
AbstractSession.cancel(CorrelationID) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.cancel(List<CorrelationID> correlators)
Cancel outstanding requests or subscriptions represented by the
specified list of correlationIds
|
void |
AbstractSession.cancel(List<CorrelationID> correlators,
String requestLabel)
Cancel outstanding requests or subscriptions represented by the
specified list of correlationIds
|
| Constructor and Description |
|---|
CorrelationID(CorrelationID from) |
Subscription(String subscriptionString,
CorrelationID correlationID)
Construct a Subscription object with the specified subscription string
and the specified correlationID for correlation.
|
Subscription(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(String security,
List<String> fields,
CorrelationID correlationId) |
Subscription(String security,
List<String> fields,
List<String> options,
CorrelationID correlationId) |
Subscription(String subscriptionString,
String fields,
CorrelationID correlationId)
Create a Subscription object with the specified subscriptionString and
fields with no options and the specified correlationId
|
Subscription(String subscriptionString,
String fields,
String options,
CorrelationID correlationId)
Create a Subscription object with the specified subscriptionString,
fields, options and correlationId
|
Copyright © 2017 Bloomberg L.P.. All rights reserved.