|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMEMessageAck
public class UMEMessageAck
UMEMessageAck class. Use this object to send explicit acks.
Method Summary | |
---|---|
void |
dispose()
Delete the underlying ack structure |
protected void |
finalize()
|
void |
sendExplicitAck(long sqn)
Send an explicit ACK up to the sequence number provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void sendExplicitAck(long sqn) throws LBMException
LBMException
- if an error occurs or the ack has already been disposed.public void dispose() throws LBMException
LBMException
- if an error occurs while deleting the ack.protected void finalize() throws LBMException
finalize
in class java.lang.Object
LBMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |