|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bloomberglp.blpapi.ServiceRegistrationOptions.RegistrationParts
public static class ServiceRegistrationOptions.RegistrationParts
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 |
|---|
public static final int PART_DEFAULT
public static final int PART_PUBLISHING
public static final int PART_OPERATIONS
public static final int PART_SUBSCRIBER_RESOLUTION
public static final int PART_PUBLISHER_RESOLUTION
ProviderSession.createTopics(com.bloomberglp.blpapi.TopicList))
| Constructor Detail |
|---|
public ServiceRegistrationOptions.RegistrationParts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||