|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.LBMSourceEvent
public class LBMSourceEvent
Encapsulates LBM Source Events.
| Constructor Summary | |
|---|---|
LBMSourceEvent()
|
|
| Method Summary | |
|---|---|
UMESourceEventAckInfo |
ackInfo()
Gets extended ACK info. |
java.lang.Object |
clientObject()
Client callback object. |
java.lang.String |
dataString()
String data associated with this event. |
UMESourceEventDeregistrationCompleteInfo |
deregistrationCompleteInfo()
Registration complete info. |
UMESourceEventDeregistrationSuccessInfo |
deregistrationSuccessInfo()
Registration success info object. |
void |
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 |
LBMSourceEventFlightSizeNotification |
flightSizeNotification()
Flight Size Notificaiton. |
UMQSourceEventMessageIdInfo |
messageIdInfo()
Gets an object describing the message ID assigned to a message. |
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. |
UMQSourceEventAckInfo |
queueAckInfo()
Gets an object containing extended information about a message that has been acknowledged as stable. |
UMQSourceEventRegistrationCompleteInfo |
queueRegistrationCompleteInfo()
Queue registration complete info. |
UMESourceEventRegistrationCompleteInfo |
registrationCompleteInfo()
Registration complete info. |
long |
registrationId()
Registration ID associated with this event. |
UMESourceEventRegistrationSuccessInfo |
registrationSuccessInfo()
Registration success info object. |
long |
sequenceNumber()
Sequence number associated with this event. |
LBMSourceEventSequenceNumberInfo |
sequenceNumberInfo()
Gets extended sequence number info. |
void |
setDeregistrationCompleteInfo(UMESourceEventDeregistrationCompleteInfo dregc)
Registration complete info. |
void |
setDeregistrationSuccessInfo(UMESourceEventDeregistrationSuccessInfo dereg)
Registration success info object. |
LBMSourceEventWakeupInfo |
sourceWakeupInfo()
Gets extended information about a source wakeup event. |
int |
type()
LBM Source Event type. |
UMQSourceEventULBMessageInfo |
ulbMessageInfo()
ULB Message info. |
UMQSourceEventULBReceiverInfo |
ulbReceiverInfo()
ULB Receiver info. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LBMSourceEvent()
| Method Detail |
|---|
public int type()
LBMpublic long registrationId()
LBMpublic long sequenceNumber()
LBMpublic java.lang.String dataString()
public java.lang.Object clientObject()
LBMSource.send(byte [],int,int,Object)public UMESourceEventRegistrationSuccessInfo registrationSuccessInfo()
UMESourceEventRegistrationSuccessInfopublic UMESourceEventRegistrationCompleteInfo registrationCompleteInfo()
UMESourceEventRegistrationCompleteInfopublic void setDeregistrationSuccessInfo(UMESourceEventDeregistrationSuccessInfo dereg)
UMESourceEventDeregistrationSuccessInfopublic void setDeregistrationCompleteInfo(UMESourceEventDeregistrationCompleteInfo dregc)
UMESourceEventderegistrationCompleteInfopublic UMESourceEventDeregistrationSuccessInfo deregistrationSuccessInfo()
UMESourceEventDeregistrationSuccessInfopublic UMESourceEventDeregistrationCompleteInfo deregistrationCompleteInfo()
UMESourceEventderegistrationCompleteInfopublic LBMSourceEventSequenceNumberInfo sequenceNumberInfo()
LBMSourceEventSequenceNumberInfopublic UMESourceEventAckInfo ackInfo()
UMESourceEventAckInfopublic LBMSourceEventWakeupInfo sourceWakeupInfo()
LBMSourceEventWakeupInfopublic UMQSourceEventMessageIdInfo messageIdInfo()
UMQSourceEventMessageIdInfopublic UMQSourceEventAckInfo queueAckInfo()
UMQSourceEventAckInfopublic UMQSourceEventRegistrationCompleteInfo queueRegistrationCompleteInfo()
UMQSourceEventRegistrationCompleteInfopublic UMQSourceEventULBReceiverInfo ulbReceiverInfo()
UMQSourceEventULBReceiverInfopublic UMQSourceEventULBMessageInfo ulbMessageInfo()
UMQSourceEventULBMessageInfopublic LBMSourceEventFlightSizeNotification flightSizeNotification()
LBMSourceEventFlightSizeNotificationpublic LBMSourceEvent promote()
public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||