com.bloomberglp.blpapi
Class ProviderSession.ResolveMode

java.lang.Object
  extended by com.bloomberglp.blpapi.ProviderSession.ResolveMode
Enclosing class:
ProviderSession

public static final class ProviderSession.ResolveMode
extends java.lang.Object


Field Summary
static ProviderSession.ResolveMode AUTO_REGISTER_SERVICES
          Try to register services found in ResolutionList if necessary.
static ProviderSession.ResolveMode DONT_REGISTER_SERVICES
          Fail to resolve a topic if the service has not already been registered.
 
Method Summary
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DONT_REGISTER_SERVICES

public static final ProviderSession.ResolveMode DONT_REGISTER_SERVICES
Fail to resolve a topic if the service has not already been registered.


AUTO_REGISTER_SERVICES

public static final ProviderSession.ResolveMode AUTO_REGISTER_SERVICES
Try to register services found in ResolutionList if necessary.

Method Detail

value

public int value()


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