|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDeliveryConstants
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_master_detailConversation type constant for a master/detail callback. |
static int |
TYPE_callback_momConversation type constant for a MOM callback. |
static int |
TYPE_callback_soapConversation type constant for a SOAP callback. |
static int |
TYPE_message_header |
static int |
TYPE_message_payloadthe message type stored in document_dlv_payload table, can be either header or payload |
| Field Detail |
|---|
static final int STATE_UNRESOLVED
static final int STATE_RESOLVED
static final int STATE_HANDLED
static final int STATE_CANCELLED
static final int TYPE_callback_soap
static final int TYPE_callback_mom
static final int TYPE_callback_master_detail
static final int TYPE_message_payload
static final int TYPE_message_header
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||