freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

bpel4ws標(biāo)準(zhǔn)與業(yè)務(wù)流程集成-資料下載頁

2025-05-21 17:13本頁面

【導(dǎo)讀】BPEL文檔結(jié)構(gòu)與流程定義要素。應(yīng)用系統(tǒng)集成需要的不僅僅是通過使用標(biāo)準(zhǔn)協(xié)議來進行簡單交互的能力。交互時才能發(fā)揮Web服務(wù)作為集成平臺的全部潛力。業(yè)務(wù)交互的模型通常假設(shè)在涉及雙方或多方、有狀態(tài)、長期運行的交互中。的同步和異步對等消息交換序列。程在其交互中所用的消息交換協(xié)議進行正式描述。BPEL4WS為描述基于流程和流程的合作伙伴之間交互的業(yè)務(wù)流程的行為。務(wù)目標(biāo),又定義這種協(xié)調(diào)所需的狀態(tài)和邏輯。流程內(nèi)單個或組合活動的方式。在BPEL4WS中流程實例的創(chuàng)建總是隱式的;接收消息的活動(也就是。如果僅有一個啟動活動需被執(zhí)行,那么相關(guān)集的使用是沒有限制的。當(dāng)故障到達流程的作用域而且被處理或未被處理。在這種情況下,終止是異常的。BPEL4WS所包括的構(gòu)造已足夠表達抽象業(yè)務(wù)流程和可執(zhí)行業(yè)務(wù)流程。為了支持?jǐn)U展性,BPEL4WS允許名稱空間限定的屬性出現(xiàn)在任何。任意地把序列組成一組表。實心箭頭表示用于跨并發(fā)。服務(wù)所產(chǎn)生的故障作出響應(yīng)時必須進行的活動。

  

【正文】 的第一個分支 被選擇并被作為該 switch 的被執(zhí)行的活動。如果有條件的分支都未被選擇,那么 otherwise 分支將被選擇。 ? switch standardattributes standardelements – case condition=boolexpr+ activity – /case otherwise? Activity – /otherwise ? /switch IBM Software Group | WebSphere software 169。 20xx IBM Corporation 例子 ? switch xmlns:inventory= xmlns:FLT= – case condition= bpws:getVariableProperty(stockResult,level) 100 ? flow ! perform fulfillment work /flow – /case – case condition=bpws:getVariableProperty(stockResult,level) = 0 ? throw faultName=FLT:OutOfStock variable=RestockEstimate/ – /case otherwise – throw faultName=FLT:ItemDiscontinued/ – /otherwise ? /switch IBM Software Group | WebSphere software 169。 20xx IBM Corporation While ? while 活動支持反復(fù)執(zhí)行指定的重復(fù)活動。執(zhí)行重復(fù)活動,直到給出的布爾 while 條件不再滿足為止。 ? while condition=boolexpr standardattributes standardelementsactivity /while ? 例如: ? ... variable name=orderDetails type=xsd:integer/ ... while condition= bpws:getVariableData(orderDetails) 100 scope ... /scope /while IBM Software Group | WebSphere software 169。 20xx IBM Corporation Pick ? pick 活動等待一組事件中的一個事件的發(fā)生,然后執(zhí)行與發(fā)生的事件相關(guān)聯(lián)的活動 ? 如果不止一個事件發(fā)生,那么被執(zhí)行的活動的選擇取決于哪個事件先發(fā)生。 ? 可能的事件是某些消息的到達,其形式是進站的單向的或請求/響應(yīng)操作的調(diào)用,或者是基于定時器 ? 每個 pick 活動必須至少包括一個 onMessage 事件。 onMessage 事件的語義等同于有關(guān)變量屬性的可選類型的 receive 活動和有關(guān)相沖突的 receive 動作的約束。 IBM Software Group | WebSphere software 169。 20xx IBM Corporation 例子 ? pick createInstance=yes|no? standardattributes standardelements – onMessage partnerLink=name portType=qname operation=name variable=name?+ ? correlations? – correlation set=name initiate=yes|no?+ ? /correlations activity /onMessage – onAlarm (for=durationexpr | until=deadlineexpr)* activity – /onAlarm ? /pick IBM Software Group | WebSphere software 169。 20xx IBM Corporation 例子 ? pick – onMessage partnerLink=buyer portType=orderEntry operation=inputLineItem variable=lineItem ! activity to add line item to order – /onMessage – onMessage partnerLink=buyer portType=orderEntry operation=orderComplete variable=pletionDetail – ! activity to perform order pletion – /onMessage ! set an alarm to go after 3 days and 10 hours – onAlarm for=39。P3DT10H39。 – ! handle timeout for order pletion – /onAlarm ? /pick IBM Software Group | WebSphere software 169。 20xx IBM Corporation Flow ? flow 構(gòu)造能提供并發(fā)和同步 ? 語法: ? flow standardattributes standardelements – links? link name=name+ – /links activity+ ? /flow ? 在下面的示例中,只要 flow 被啟動,兩個 invoke 活動就并發(fā)地啟動。當(dāng) Seller 和 Shipper 都響應(yīng)后, flow 就完成了(假定 invoke 操作是同步請求/響應(yīng))。僅當(dāng) flow 完成之后才調(diào)用 Bank。 ? sequence – flow ? invoke partnerLink=Seller .../ ? invoke partnerLink=Shipper .../ – /flow – invoke partnerLink=Bank .../ ? /sequence IBM Software Group | WebSphere software 169。 20xx IBM Corporation 參考資料 ? BPEL4WS Specification – ? Whitepapers on Process Choreographer from WSDD – ? Business Process Management and Web Services – ? Article Series Understanding BPEL4WS on DeveloperWorks –
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1