Chinaunix首页 | 论坛 | 博客
  • 博客访问: 586685
  • 博文数量: 154
  • 博客积分: 10208
  • 博客等级: 上将
  • 技术积分: 2225
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-16 14:02
文章分类

全部博文(154)

文章存档

2012年(4)

2011年(44)

2010年(50)

2009年(4)

2008年(52)

我的朋友

分类:

2008-06-13 10:42:02

  SAP delivers 12 typical patterns as a standard package. The patterns are located in the Integration Repository. You will find them at by choosing SAP BASIS -->SAP BASIS 7.00.
  The twelve patterns can be divided into the following five categories.
  1. Collect pattern(Collecting several messages and merging them into one message) :
       1) Collect messages from one interface           
                    BpmPatternCollectPayload,
                    BpmPatternCollectTime
                    BpmPatternCollectMessage
      2) Collect messages from different interfaces
                    BpmPatternCollectMultiIf
                    BpmPatternCollectMultiIfCondition
  2. Multicast pattern(Sending a message to multiple receivers and waiting for a response message from each of the receivers.) :
                    BpmPatternMulticastParallel
                    BpmPatternMulticastSequential
  3. Serialization pattern(Defining the sequence in which a process sends received messages) :
                    BpmPatternSerializeMultipleTrigger
                    BpmPatternSerializeOneTrigger
  4. Sync/async bridge pattern(Allowing communication between a synchronous business system and an asynchronous business system) :
                    BpmPatternSyncAsyncBridge
  5. Deadline pattern(Monitoring the deadline for receipt of a response message ) :
                    BpmPatternReqRespAlert
                    BpmPatternReqRespTimeOut
 
For the details,I will explain them in the later articles. 

阅读(1143) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~