|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface containing message state constants. Callback messages, invocation messages and subscribers share the same state values.
| Field Summary | |
static int |
STATE_CANCELLEDState value for a message/subscriber has been cancelled ... |
static int |
STATE_HANDLEDState value for a message/subscriber has been processed by the BPEL domain (ie callback). |
static int |
STATE_RESOLVEDState value for a message/subscriber has been correlated with its corresponding subscriber/message but has not been processed by the BPEL domain (ie callback). |
static int |
STATE_UNRESOLVEDState value for a message/subscriber inserted into system but has not been correlated with its corresponding subsciber/message. |
static int |
TYPE_callback_momConversation type constant for a MOM callback. |
static int |
TYPE_callback_soapConversation type constant for a SOAP callback. |
| Field Detail |
public static final int STATE_UNRESOLVED
public static final int STATE_RESOLVED
public static final int STATE_HANDLED
public static final int STATE_CANCELLED
public static final int TYPE_callback_soap
public static final int TYPE_callback_mom
|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||