Uses of Class
com.bloomberglp.blpapi.Service

Uses of Service in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Service
 Service AbstractSession.getService(java.lang.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.
 

Methods in com.bloomberglp.blpapi with parameters of type Service
 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, java.util.List<java.lang.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, java.util.List<java.lang.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
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.