public final class ExchangeStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExchangeStatus |
ACTIVE
Indicates that an ME has not been processed to completion.
|
static ExchangeStatus |
DONE
Indicates that an ME has been processed to completion.
|
static ExchangeStatus |
ERROR
Indicates that an ME has terminated abnormally within the JBI
environment.
|
public static final ExchangeStatus ACTIVE
public static final ExchangeStatus ERROR
public static final ExchangeStatus DONE
public String toString()
public static ExchangeStatus valueOf(String status)
status - string value of statusIllegalArgumentException - if string can't be translatedCopyright © 2011-2016 OpenESB Community. All Rights Reserved.