|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMESourceEventAckInfo
public class UMESourceEventAckInfo
UME Source Event Ack Info class. Contains extended information for message stability and confirmed delivery source events.
| Constructor Summary | |
|---|---|
UMESourceEventAckInfo(int flags,
long sequenceNumber,
long rcvRegId,
int storeIndex,
java.lang.String store,
java.lang.Object clientd)
Create a UMESourceEventAckInfo object and initialize all fields. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clientObject()
Get the client-supplied callback object. |
int |
flags()
Get informational flags associated with the source event. |
long |
receiverRegistrationId()
Get the receiver registration ID. |
long |
sequenceNumber()
Get the sequence number of the message the event was received for. |
java.lang.String |
store()
Get the name (IP address) of the store the event came from. |
int |
storeIndex()
Get the index of the store the source event came from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UMESourceEventAckInfo(int flags,
long sequenceNumber,
long rcvRegId,
int storeIndex,
java.lang.String store,
java.lang.Object clientd)
throws LBMEInvalException
flags - Informational flags.sequenceNumber - Sequence number being acknowledged.rcvRegId - Registration ID of the receiver acknowledging the message, in the case of a confirmed delivery message.storeIndex - Index of the store acknowledging the message, for stability ACKs.store - Name of the store acknowledgment came from.clientd - Client-supplied callback object.
LBMEInvalException - if sequenceNumber, rcvRegId, or storeIndex are < 0.| Method Detail |
|---|
public long sequenceNumber()
public long receiverRegistrationId()
public int flags()
public java.lang.Object clientObject()
public java.lang.String store()
public int storeIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||