| Modifier and Type | Interface and Description |
|---|---|
interface |
UserHandle
Deprecated.
as of 3.3.0, use
Identity instead |
| Modifier and Type | Method and Description |
|---|---|
Identity |
AbstractSession.createIdentity()
Return a new Identity which is valid but has not been authorized.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ProviderSession.createTopics(TopicList topicList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Create the topics in the specified 'topicList' and updates the
'topicList' with the results of the resolution process.
|
void |
ProviderSession.createTopicsAsync(TopicList topicList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Begin the creation of the topics in the specified 'topicList'.
|
boolean |
ProviderSession.registerService(String serviceName,
Identity providerIdentity)
Attempts to register the service identified by the specified
serviceName and blocks until the service is either registered
successfully or has failed to be registered. |
boolean |
ProviderSession.registerService(String serviceName,
Identity providerIdentity,
ServiceRegistrationOptions registrationOptions)
Attempts to register the service identified by the specified
serviceName using the optionally specified
registrationOptions and block until the service is either
registered successfully or has failed to be registered. |
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.
|
void |
ProviderSession.resolve(ResolutionList resolutionList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Resolves the topics in the specified 'resolutionList' and updates the
'resolutionList' with the results of the resolution process.
|
void |
ProviderSession.resolveAsync(ResolutionList resolutionList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Begin the resolution of the topics in the specified 'resolutionList'.
|
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 |
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
|
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity)
Initiate a request to receive asynchronous updates to the specified
topics.
|
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity,
String requestLabel)
Initiate a request to receive asynchronous updates to the specified
topics in the
subscriptionList. |
Copyright © 2019 Bloomberg L.P.. All rights reserved.