Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.bpel.client
Interface IDeliveryConstants

All Known Subinterfaces:
ICallbackMetaData

public interface IDeliveryConstants

Interface containing message state constants. Callback messages, invocation messages and subscribers share the same state values.

Since:
10.1.2

Field Summary
static int STATE_CANCELLED
          State value for a message/subscriber has been cancelled ...
static int STATE_HANDLED
          State value for a message/subscriber has been processed by the BPEL domain (ie callback).
static int STATE_RESOLVED
          State 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_UNRESOLVED
          State value for a message/subscriber inserted into system but has not been correlated with its corresponding subsciber/message.
static int TYPE_callback_master_detail
          Conversation type constant for a master/detail callback.
static int TYPE_callback_mom
          Conversation type constant for a MOM callback.
static int TYPE_callback_soap
          Conversation type constant for a SOAP callback.
static int TYPE_message_header
           
static int TYPE_message_payload
          the message type stored in document_dlv_payload table, can be either header or payload

 

Field Detail

STATE_UNRESOLVED

static final int STATE_UNRESOLVED
State value for a message/subscriber inserted into system but has not been correlated with its corresponding subsciber/message.
See Also:
Constant Field Values

STATE_RESOLVED

static final int STATE_RESOLVED
State value for a message/subscriber has been correlated with its corresponding subscriber/message but has not been processed by the BPEL domain (ie callback).
See Also:
Constant Field Values

STATE_HANDLED

static final int STATE_HANDLED
State value for a message/subscriber has been processed by the BPEL domain (ie callback).
See Also:
Constant Field Values

STATE_CANCELLED

static final int STATE_CANCELLED
State value for a message/subscriber has been cancelled ... will not be processed by the BPEL domain.
See Also:
Constant Field Values

TYPE_callback_soap

static final int TYPE_callback_soap
Conversation type constant for a SOAP callback. Used to inform the system which delivery system to route callback/subscription to.
See Also:
Constant Field Values

TYPE_callback_mom

static final int TYPE_callback_mom
Conversation type constant for a MOM callback. Used to inform the system which delivery system to route callback/subscription to.
See Also:
Constant Field Values

TYPE_callback_master_detail

static final int TYPE_callback_master_detail
Conversation type constant for a master/detail callback. Used to inform the system which delivery system to route callback/subscription to.
See Also:
Constant Field Values

TYPE_message_payload

static final int TYPE_message_payload
the message type stored in document_dlv_payload table, can be either header or payload
See Also:
Constant Field Values

TYPE_message_header

static final int TYPE_message_header
See Also:
Constant Field Values

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.