com.bloomberglp.blpapi
Class ServiceRegistrationOptions.RegistrationParts

java.lang.Object
  extended by com.bloomberglp.blpapi.ServiceRegistrationOptions.RegistrationParts
Enclosing class:
ServiceRegistrationOptions

public static class ServiceRegistrationOptions.RegistrationParts
extends java.lang.Object

Constants for specifying which part(s) of a service should be registered


Field Summary
static int PART_DEFAULT
          registering the parts of the service implied by options specified in the service metadata
static int PART_OPERATIONS
          registering to receive the request types corresponding to each "operation" defined in the service metadata
static int PART_PUBLISHER_RESOLUTION
          registering to receive resolution requests (with message type 'PermissionRequest') from publishers (via ProviderSession.createTopics(com.bloomberglp.blpapi.TopicList))
static int PART_PUBLISHING
          registering to receive subscribe and unsubscribe messages
static int PART_SUBSCRIBER_RESOLUTION
          registering to receive resolution requests (with message type 'PermissionRequest') from subscribers
 
Constructor Summary
ServiceRegistrationOptions.RegistrationParts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART_DEFAULT

public static final int PART_DEFAULT
registering the parts of the service implied by options specified in the service metadata

See Also:
Constant Field Values

PART_PUBLISHING

public static final int PART_PUBLISHING
registering to receive subscribe and unsubscribe messages

See Also:
Constant Field Values

PART_OPERATIONS

public static final int PART_OPERATIONS
registering to receive the request types corresponding to each "operation" defined in the service metadata

See Also:
Constant Field Values

PART_SUBSCRIBER_RESOLUTION

public static final int PART_SUBSCRIBER_RESOLUTION
registering to receive resolution requests (with message type 'PermissionRequest') from subscribers

See Also:
Constant Field Values

PART_PUBLISHER_RESOLUTION

public static final int PART_PUBLISHER_RESOLUTION
registering to receive resolution requests (with message type 'PermissionRequest') from publishers (via ProviderSession.createTopics(com.bloomberglp.blpapi.TopicList))

See Also:
Constant Field Values
Constructor Detail

ServiceRegistrationOptions.RegistrationParts

public ServiceRegistrationOptions.RegistrationParts()


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