public class SendResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
Trace |
| Constructor and Description |
|---|
SendResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
fail(JCSMPException exception) |
JCSMPException |
getException() |
ArrayBlockingQueue<SendResult> |
getQueue() |
boolean |
isSuccessful() |
void |
reset() |
void |
succeed() |
public boolean isSuccessful()
public JCSMPException getException()
public void succeed()
throws InterruptedException
InterruptedExceptionpublic ArrayBlockingQueue<SendResult> getQueue()
public void fail(JCSMPException exception) throws InterruptedException
InterruptedExceptionpublic void reset()
Copyright 2004-2020 Solace Corporation. All rights reserved.