Author: mszefler
Date: Thu Aug 2 10:42:48 2007
New Revision: 562196
URL: http://svn.apache.org/viewvc?view=rev&rev=562196
Log:
BART tweaks
Modified:
ode/branches/bart/bpel-api/src/main/java/org/apache/ode/bpel/iapi/MessageExchangeContext.java
Modified:
ode/branches/bart/bpel-api/src/main/java/org/apache/ode/bpel/iapi/MessageExchangeContext.java
URL:
http://svn.apache.org/viewvc/ode/branches/bart/bpel-api/src/main/java/org/apache/ode/bpel/iapi/MessageExchangeContext.java?view=diff&rev=562196&r1=562195&r2=562196
==============================================================================
---
ode/branches/bart/bpel-api/src/main/java/org/apache/ode/bpel/iapi/MessageExchangeContext.java
(original)
+++
ode/branches/bart/bpel-api/src/main/java/org/apache/ode/bpel/iapi/MessageExchangeContext.java
Thu Aug 2 10:42:48 2007
@@ -99,15 +99,13 @@
void cancel(PartnerRoleMessageExchange mex) throws ContextException;
/**
- * Method used to asynchronously deliver to the integration layer the BPEL
engine's response to an invocation that could not
- * complete synchronously.
+ * Method used to inform the integration layer that the state of a my-role
message exchange has changed. This method
+ * is handy for implementations that need to survive system shutdowns.
*
* @see MyRoleMessageExchange#invoke(Message)
*/
- void onAsyncReply(MyRoleMessageExchange myRoleMex) throws
BpelEngineException;
+ void onMyRoleMessageExchangeStateChanged(MyRoleMessageExchange myRoleMex)
throws BpelEngineException;
- void onReliableReply(MyRoleMessageExchange myRoleMex) throws
BpelEngineException;
-
/**
* Get the supported invocation styles (see [EMAIL PROTECTED]
InvocationStyle}) for invoking the EPR provided
* via a given channel.