public class SendResult extends Object
| Modifier and Type | Field and Description |
|---|---|
SendResult |
ERROR
There was a problem sending the message.
|
SendResult |
OK
The message was transmitted ok.
|
| Constructor and Description |
|---|
SendResult() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
The problem sending the message.
|
boolean |
sentOK()
Determines if this result is ok or not.
|
public SendResult OK
public SendResult ERROR
public Exception getException()
public boolean sentOK()
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.