|
|||||||||
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()
LBM
public long registrationId()
LBM
public long sequenceNumber()
LBM
public java.lang.String dataString()
public java.lang.Object clientObject()
LBMSource.send(byte [],int,int,Object)
public UMESourceEventRegistrationSuccessInfo registrationSuccessInfo()
UMESourceEventRegistrationSuccessInfo
public UMESourceEventRegistrationCompleteInfo registrationCompleteInfo()
UMESourceEventRegistrationCompleteInfo
public void setDeregistrationSuccessInfo(UMESourceEventDeregistrationSuccessInfo dereg)
UMESourceEventDeregistrationSuccessInfo
public void setDeregistrationCompleteInfo(UMESourceEventDeregistrationCompleteInfo dregc)
UMESourceEventderegistrationCompleteInfo
public UMESourceEventDeregistrationSuccessInfo deregistrationSuccessInfo()
UMESourceEventDeregistrationSuccessInfo
public UMESourceEventDeregistrationCompleteInfo deregistrationCompleteInfo()
UMESourceEventderegistrationCompleteInfo
public LBMSourceEventSequenceNumberInfo sequenceNumberInfo()
LBMSourceEventSequenceNumberInfo
public UMESourceEventAckInfo ackInfo()
UMESourceEventAckInfo
public LBMSourceEventWakeupInfo sourceWakeupInfo()
LBMSourceEventWakeupInfo
public UMQSourceEventMessageIdInfo messageIdInfo()
UMQSourceEventMessageIdInfo
public UMQSourceEventAckInfo queueAckInfo()
UMQSourceEventAckInfo
public UMQSourceEventRegistrationCompleteInfo queueRegistrationCompleteInfo()
UMQSourceEventRegistrationCompleteInfo
public UMQSourceEventULBReceiverInfo ulbReceiverInfo()
UMQSourceEventULBReceiverInfo
public UMQSourceEventULBMessageInfo ulbMessageInfo()
UMQSourceEventULBMessageInfo
public LBMSourceEventFlightSizeNotification flightSizeNotification()
LBMSourceEventFlightSizeNotification
public LBMSourceEvent promote()
public void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |