| Package | Description |
|---|---|
| javax.jbi.messaging |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeStatus |
MessageExchange.getStatus()
Returns the processing status of the exchange.
|
static ExchangeStatus |
ExchangeStatus.valueOf(String status)
Returns instance of ExchangeStatus that corresponds to given string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageExchange.setStatus(ExchangeStatus status)
Sets the processing status of the exchange.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.