|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RetransmissionQueue
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_BASE_RETRANSMISSION_INTERVAL
|
static java.lang.String |
DEFAULT_EXPONENTIAL_BACKOFF
|
| Method Summary | |
|---|---|
void |
addUnacknowledged(org.apache.cxf.message.Message message)
Accepts a new context for posible future retransmission. |
int |
countUnacknowledged(SourceSequence seq)
|
boolean |
isEmpty()
|
void |
populate(java.util.Collection<SourceSequence> sss)
Populates the retransmission queue with messages recovered from persistent store. |
void |
purgeAcknowledged(SourceSequence seq)
Purge all candidates for the given sequence that have been acknowledged. |
void |
start()
Initiate resends. |
void |
stop()
Stops retransmission queue. |
| Field Detail |
|---|
static final java.lang.String DEFAULT_BASE_RETRANSMISSION_INTERVAL
static final java.lang.String DEFAULT_EXPONENTIAL_BACKOFF
| Method Detail |
|---|
int countUnacknowledged(SourceSequence seq)
seq - the sequence under consideration
boolean isEmpty()
void addUnacknowledged(org.apache.cxf.message.Message message)
ctx - the message context.void purgeAcknowledged(SourceSequence seq)
seq - the sequence object.void start()
void stop()
void populate(java.util.Collection<SourceSequence> sss)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||