Uses of Class
com.bloomberglp.blpapi.Service
-
Uses of Service in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionAbstractSession.getService
(String serviceIdentifier) Return a handle to aService
object representing the service identified by the specified 'serviceIdentifier'abstract Service
Message.service()
Return the Service associated with this message.Topic.service()
Modifier and TypeMethodDescriptionboolean
Identity.hasEntitlements
(int[] entitlements, Service service) Return true if the user has the specified entitlements for the specified Serviceboolean
Identity.hasEntitlements
(int[] entitlements, Service service, List<Integer> failedEntitlements) Return true if the user has the specified entitlements for the specified Serviceboolean
Identity.hasEntitlements
(Element entitlements, Service service) Return true if the user has the specified entitlements for the specified Serviceboolean
Identity.hasEntitlements
(Element entitlements, Service service, List<Integer> failedEntitlements) Return true if the user has the specified entitlements for the specified Serviceboolean
Identity.isAuthorized
(Service service) Return true if the user handle is authorized for the specified service -
Uses of Service in com.bloomberglp.blpapi.test
Modifier and TypeMethodDescriptionstatic Service
TestUtil.deserializeService
(InputStream inputStream) Creates aService
object from the specifiedinputStream
.Modifier and TypeMethodDescriptionstatic Topic
TestUtil.createTopic
(Service service, boolean isActive) Creates a validTopic
with the specifiedservice
to support testing publishers.MessageProperties.setService
(Service service) Sets theservice
property.