Uses of Class
com.bloomberglp.blpapi.Service
Packages that use Service
-
Uses of Service in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ServiceModifier and TypeMethodDescriptionAbstractSession.getService(String serviceIdentifier) Return a handle to aServiceobject representing the service identified by the specified 'serviceIdentifier'abstract ServiceMessage.service()Return the Service associated with this message.Topic.service()Methods in com.bloomberglp.blpapi with parameters of type ServiceModifier and TypeMethodDescriptionbooleanIdentity.hasEntitlements(int[] entitlements, Service service) Return true if the user has the specified entitlements for the specified ServicebooleanIdentity.hasEntitlements(int[] entitlements, Service service, List<Integer> failedEntitlements) Return true if the user has the specified entitlements for the specified ServicebooleanIdentity.hasEntitlements(Element entitlements, Service service) Return true if the user has the specified entitlements for the specified ServicebooleanIdentity.hasEntitlements(Element entitlements, Service service, List<Integer> failedEntitlements) Return true if the user has the specified entitlements for the specified ServicebooleanIdentity.isAuthorized(Service service) Return true if the user handle is authorized for the specified service -
Uses of Service in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test that return ServiceModifier and TypeMethodDescriptionstatic ServiceTestUtil.deserializeService(InputStream inputStream) Creates aServiceobject from the specifiedinputStream.Methods in com.bloomberglp.blpapi.test with parameters of type ServiceModifier and TypeMethodDescriptionstatic TopicTestUtil.createTopic(Service service, boolean isActive) Creates a validTopicwith the specifiedserviceto support testing publishers.MessageProperties.setService(Service service) Sets theserviceproperty.