Oracle BPEL Process Manager
Client API Reference
10g Release 2 (10.1.2)
B25709-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
Author:
Albert Tam

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_mom
          Conversation type constant for a MOM callback.
static int TYPE_callback_soap
          Conversation type constant for a SOAP callback.

 

Field Detail

STATE_UNRESOLVED

public 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

public 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

public 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

public 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

public 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

public 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

Oracle BPEL Process Manager
Client API Reference
10g Release 2 (10.1.2)
B25709-01


Copyright © 2005, Oracle. All rights reserved.