UM Java API
6.16.1
|
Encapsulates LBM Source Events.
UMESourceEventAckInfo com.latencybusters.lbm.LBMSourceEvent.ackInfo | ( | ) |
Gets extended ACK info.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
Object com.latencybusters.lbm.LBMSourceEvent.clientObject | ( | ) |
Client callback object. This object is specified by the application using another API method.
String com.latencybusters.lbm.LBMSourceEvent.dataString | ( | ) |
String data associated with this event. This value may not be valid for all event types.
UMESourceEventDeregistrationCompleteInfo com.latencybusters.lbm.LBMSourceEvent.deregistrationCompleteInfo | ( | ) |
Registration complete info. Contains extended registration complete information.
UMESourceEventDeregistrationSuccessInfo com.latencybusters.lbm.LBMSourceEvent.deregistrationSuccessInfo | ( | ) |
Registration success info object. Contains extended Deregistration information.
void com.latencybusters.lbm.LBMSourceEvent.dispose | ( | ) |
This method should be called before the source event callback returns to indicate that the application is finished with the source event allowing it to be reused when processing a future source event
References com.latencybusters.lbm.LBMSourceEvent.ackInfo(), com.latencybusters.lbm.LBMSourceEvent.flightSizeNotification(), com.latencybusters.lbm.LBMSourceEvent.messageIdInfo(), com.latencybusters.lbm.LBMSourceEvent.registrationCompleteInfo(), com.latencybusters.lbm.LBMSourceEvent.registrationSuccessInfo(), com.latencybusters.lbm.LBMSourceEvent.sequenceNumberInfo(), com.latencybusters.lbm.LBMSourceEvent.sourceWakeupInfo(), com.latencybusters.lbm.LBMSourceEvent.timestampInfo(), and com.latencybusters.lbm.LBMSourceEvent.type().
LBMSourceEventFlightSizeNotification com.latencybusters.lbm.LBMSourceEvent.flightSizeNotification | ( | ) |
Flight Size Notificaiton.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
UMQSourceEventMessageIdInfo com.latencybusters.lbm.LBMSourceEvent.messageIdInfo | ( | ) |
Gets an object describing the message ID assigned to a message.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
LBMSourceEvent com.latencybusters.lbm.LBMSourceEvent.promote | ( | ) |
This method should be called if the application wishes to continue processing the source event on another thread, or after the source event callback returns.
Referenced by com.latencybusters.lbm.LBMSSource.onSourceEvent(), com.latencybusters.lbm.LBMSource.onSourceEvent(), and com.latencybusters.lbm.LBMContext.removeSourceNotifyCallback().
UMQSourceEventAckInfo com.latencybusters.lbm.LBMSourceEvent.queueAckInfo | ( | ) |
Gets an object containing extended information about a message that has been acknowledged as stable.
UMQSourceEventRegistrationCompleteInfo com.latencybusters.lbm.LBMSourceEvent.queueRegistrationCompleteInfo | ( | ) |
Queue registration complete info. Contains extended queue registration complete information.
UMESourceEventRegistrationCompleteInfo com.latencybusters.lbm.LBMSourceEvent.registrationCompleteInfo | ( | ) |
Registration complete info. Contains extended registration complete information.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
long com.latencybusters.lbm.LBMSourceEvent.registrationId | ( | ) |
Registration ID associated with this event. This value may not be valid for all event types.
UMESourceEventRegistrationSuccessInfo com.latencybusters.lbm.LBMSourceEvent.registrationSuccessInfo | ( | ) |
Registration success info object. Contains extended registration information.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
long com.latencybusters.lbm.LBMSourceEvent.sequenceNumber | ( | ) |
Sequence number associated with this event. This value may not be valid for all event types.
LBMSourceEventSequenceNumberInfo com.latencybusters.lbm.LBMSourceEvent.sequenceNumberInfo | ( | ) |
Gets extended sequence number info.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
void com.latencybusters.lbm.LBMSourceEvent.setDeregistrationCompleteInfo | ( | UMESourceEventDeregistrationCompleteInfo | dregc | ) |
Registration complete info. Contains extended registration complete information.
void com.latencybusters.lbm.LBMSourceEvent.setDeregistrationSuccessInfo | ( | UMESourceEventDeregistrationSuccessInfo | dereg | ) |
Registration success info object. Contains extended Deregistration information.
LBMSourceEventWakeupInfo com.latencybusters.lbm.LBMSourceEvent.sourceWakeupInfo | ( | ) |
Gets extended information about a source wakeup event.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
LBMSourceEventTimestampInfo com.latencybusters.lbm.LBMSourceEvent.timestampInfo | ( | ) |
Gets high-resolution timestamp Info.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
int com.latencybusters.lbm.LBMSourceEvent.type | ( | ) |
LBM Source Event type.
Referenced by com.latencybusters.lbm.LBMSourceEvent.dispose().
UMQSourceEventULBMessageInfo com.latencybusters.lbm.LBMSourceEvent.ulbMessageInfo | ( | ) |
ULB Message info. Contains extended ULB message information.
UMQSourceEventULBReceiverInfo com.latencybusters.lbm.LBMSourceEvent.ulbReceiverInfo | ( | ) |
ULB Receiver info. Contains extended ULB receiver information.