|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExchangeStatus | |
|---|---|
| javax.jbi.messaging | |
| Uses of ExchangeStatus in javax.jbi.messaging |
|---|
| Fields in javax.jbi.messaging declared as ExchangeStatus | |
|---|---|
static ExchangeStatus |
ExchangeStatus.ACTIVE
Indicates that an ME has not been processed to completion. |
static ExchangeStatus |
ExchangeStatus.DONE
Indicates that an ME has been processed to completion. |
static ExchangeStatus |
ExchangeStatus.ERROR
Indicates that an ME has terminated abnormally within the JBI environment. |
| Methods in javax.jbi.messaging that return ExchangeStatus | |
|---|---|
ExchangeStatus |
MessageExchange.getStatus()
Returns the processing status of the exchange. |
static ExchangeStatus |
ExchangeStatus.valueOf(java.lang.String status)
Returns instance of ExchangeStatus that corresponds to given string. |
| Methods in javax.jbi.messaging with parameters of type ExchangeStatus | |
|---|---|
void |
MessageExchange.setStatus(ExchangeStatus status)
Sets the processing status of the exchange. |
|
${build-info} | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||