| Package | Description |
|---|---|
| com.bloomberglp.blpapi | |
| com.bloomberglp.blpapi.test |
| Modifier and Type | Method and Description |
|---|---|
Service |
AbstractSession.getService(String serviceIdentifier)
Return a handle to a
Service object representing the service
identified by the specified 'serviceIdentifier' |
Service |
Topic.service() |
abstract Service |
Message.service()
Return the Service associated with this message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service,
List<Integer> failedEntitlements)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(int[] entitlements,
Service service)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(int[] entitlements,
Service service,
List<Integer> failedEntitlements)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.isAuthorized(Service service)
Return true if the user handle is authorized for the specified service
|
| Modifier and Type | Method and Description |
|---|---|
static Service |
TestUtil.deserializeService(InputStream inputStream)
Creates a
Service object from the specified inputStream. |
| Modifier and Type | Method and Description |
|---|---|
static Topic |
TestUtil.createTopic(Service service,
boolean isActive)
Creates a valid
Topic with the specified service to
support testing publishers. |
MessageProperties |
MessageProperties.setService(Service service)
Sets the
service property. |
Copyright © 2021 Bloomberg L.P.. All rights reserved.