getCurrent(Identifier i) Returns the current sequence used by a server side source for responses to a message
sent as part of the inbound sequence with the specified identifier.
setAcknowledged(SequenceAcknowledgement acknowledgment) Stores the received acknowledgment in the Sequence object identified in
the SequenceAcknowldgement parameter.
setCurrent(Identifier i, SourceSequence s) Sets the current sequence used by a server side source for responses to a message
sent as part of the inbound sequence with the specified identifier.
Returns the current sequence used by a server side source for responses to a message
sent as part of the inbound sequence with the specified identifier.
the current sequence.
public void setAcknowledged(SequenceAcknowledgement acknowledgment)(Code)
Stores the received acknowledgment in the Sequence object identified in
the SequenceAcknowldgement parameter. Then purges any
acknowledged messages from the retransmission queue and requests sequence
termination if necessary.
Parameters: acknowledgment -
Sets the current sequence used by a server side source for responses to a message
sent as part of the inbound sequence with the specified identifier.
Parameters: s - the current sequence.