|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.jbi.messaging.ExchangeStatus
Typesafe enumeration containing status values for a message exchange.
| Field Summary | |
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. |
| Method Summary | |
int |
hashCode()
Returns hash code value for this object. |
String |
toString()
Returns string value of enumerated type. |
static ExchangeStatus |
valueOf(String status)
Returns instance of ExchangeStatus that corresponds to given string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ExchangeStatus ACTIVE
public static final ExchangeStatus ERROR
public static final ExchangeStatus DONE
| Method Detail |
public String toString()
public static ExchangeStatus valueOf(String status)
status - string value of status
IllegalArgumentException - if string can't be translatedpublic int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||