Author: vanto
Date: Mon Dec 31 09:30:11 2012
New Revision: 1427061
URL: http://svn.apache.org/viewvc?rev=1427061&view=rev
Log:
fix formatting.
Modified:
ode/site/trunk/content/extensions/implicit-correlations.mdtext
Modified: ode/site/trunk/content/extensions/implicit-correlations.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/extensions/implicit-correlations.mdtext?rev=1427061&r1=1427060&r2=1427061&view=diff
==============================================================================
--- ode/site/trunk/content/extensions/implicit-correlations.mdtext (original)
+++ ode/site/trunk/content/extensions/implicit-correlations.mdtext Mon Dec 31
09:30:11 2012
@@ -1,7 +1,8 @@
Title: Implicit Correlations
- * [Introduction](#ImplicitCorrelations-Introduction)
- * [Process to Process Interaction Use
Case](#ImplicitCorrelations-ProcesstoProcessInteractionUseCase)
- * [Process to Service Interaction Use
Case](#ImplicitCorrelations-ProcesstoServiceInteractionUseCase)
+
+* [Introduction](#ImplicitCorrelations-Introduction)
+* [Process to Process Interaction Use
Case](#ImplicitCorrelations-ProcesstoProcessInteractionUseCase)
+* [Process to Service Interaction Use
Case](#ImplicitCorrelations-ProcesstoServiceInteractionUseCase)
<a name="ImplicitCorrelations-Introduction"></a>
### Introduction
@@ -19,30 +20,30 @@ When an ODE process needs to communicate
* ProcessA
- .
- .
- .
- <invoke name="initiate" partnerLink="responderPartnerLink"
portType="test:MSResponderPortType"
- operation="initiate" inputVariable="dummy"/>
- <receive name="callback" partnerLink="responderPartnerLink"
- portType="test:MSMainPortType" operation="callback"
variable="dummy"/>
- .
- .
- .
+ .
+ .
+ .
+ <invoke name="initiate" partnerLink="responderPartnerLink"
portType="test:MSResponderPortType"
+ operation="initiate" inputVariable="dummy"/>
+ <receive name="callback" partnerLink="responderPartnerLink"
+ portType="test:MSMainPortType" operation="callback"
variable="dummy"/>
+ .
+ .
+ .
* ProcessB
- .
- .
- .
- <receive name="start" partnerLink="mainPartnerLink" variable="dummy"
- portType="resp:MSResponderPortType" operation="initiate"
createInstance="yes"/>
- <invoke name="callback" partnerLink="mainPartnerLink"
- portType="resp:MSMainPortType" operation="callback"
inputVariable="dummy"/>
- .
- .
- .
+ .
+ .
+ .
+ <receive name="start" partnerLink="mainPartnerLink" variable="dummy"
+ portType="resp:MSResponderPortType" operation="initiate"
createInstance="yes"/>
+ <invoke name="callback" partnerLink="mainPartnerLink"
+ portType="resp:MSMainPortType" operation="callback"
inputVariable="dummy"/>
+ .
+ .
+ .
In the above example, ODE will use the implicit correlation mechanism because
no explicit correlations are specified. Communication between the two processes
will reach the correct instance as long as the same partner link is used.