|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bloomberglp.blpapi.AbstractSession.StopOption
public static class AbstractSession.StopOption
Enumerations for controlled shutdown of the session
| 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 |
|---|
public static final AbstractSession.StopOption SYNC
Session and doesn't return until no more events
are being processed
public static final AbstractSession.StopOption ASYNC
Session and return immediately
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int intValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||