|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bloomberglp.blpapi.Session.SubscriptionStatus
public static final class Session.SubscriptionStatus
SubscriptionStatus lists the possible statuses a Subscription may be in.
| Nested Class Summary | |
|---|---|
static class |
Session.SubscriptionStatus.Constants
Integer constants to facilitate switch constructs on Session.SubscriptionStatus Enumeration. |
| Field Summary | |
|---|---|
static Session.SubscriptionStatus |
RECEIVING_MESSAGES
Indicates that the subscription has successfully completed and messages are being received for the subscribed instrument |
static Session.SubscriptionStatus |
SUBSCRIBING
Indicates a subscription request has been sent and the response is pending |
static Session.SubscriptionStatus |
UNSUBSCRIBED
Indicates that this instrument is unsubscribed and no messages will be received for it. |
static Session.SubscriptionStatus |
WAITING_FOR_MESSAGES
Indicates that the subscription has successfully completed. |
| Method Summary | |
|---|---|
int |
intValue()
Integer value of the subscription status to be used in Switch constructs |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Session.SubscriptionStatus SUBSCRIBING
public static final Session.SubscriptionStatus WAITING_FOR_MESSAGES
public static final Session.SubscriptionStatus RECEIVING_MESSAGES
public static final Session.SubscriptionStatus UNSUBSCRIBED
| Method Detail |
|---|
public int intValue()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||