com.bloomberglp.blpapi
Class AbstractSession.StopOption

java.lang.Object
  extended by com.bloomberglp.blpapi.AbstractSession.StopOption
Enclosing class:
AbstractSession

public static class AbstractSession.StopOption
extends java.lang.Object

Enumerations for controlled shutdown of the session

Author:
Siva Somu (ssomu)

Nested Class Summary
static class AbstractSession.StopOption.Constants
           
 
Field Summary
static AbstractSession.StopOption ASYNC
          Stops the Session and return immediately
static AbstractSession.StopOption SYNC
          Stops the Session and doesn't return until no more events are being processed
 
Method Summary
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNC

public static final AbstractSession.StopOption SYNC
Stops the Session and doesn't return until no more events are being processed


ASYNC

public static final AbstractSession.StopOption ASYNC
Stops the Session and return immediately

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

intValue

public int intValue()


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