|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.ResendCandidate
protected class RetransmissionQueueImpl.ResendCandidate
Represents a candidate for resend, i.e. an unacked outgoing message. When this is determined as due another resend attempt, an asynchronous task is scheduled for this purpose.
| Constructor Summary | |
|---|---|
protected |
RetransmissionQueueImpl.ResendCandidate(org.apache.cxf.message.Message m)
|
| Method Summary | |
|---|---|
protected org.apache.cxf.message.Message |
getMessage()
|
protected void |
initiate(boolean requestAcknowledge)
Initiate resend asynchronsly. |
protected boolean |
isDue()
|
protected boolean |
isPending()
|
protected void |
resolved()
ACK has been received for this candidate. |
void |
run()
Async resend logic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RetransmissionQueueImpl.ResendCandidate(org.apache.cxf.message.Message m)
ctx - message context for the unacked message| Method Detail |
|---|
public void run()
run in interface java.lang.Runnableprotected boolean isDue()
protected boolean isPending()
protected void initiate(boolean requestAcknowledge)
requestAcknowledge - true if a AckRequest header is to be sent
with resendprotected void resolved()
protected org.apache.cxf.message.Message getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||