shark 工作流引擎新特性MailToolAgent

shark 工作流引擎新特性MailToolAgent

shark1.0 新特性:
*  New MailToolAgent  is  included:

   
-   in  Shark.conf file you have some settings  for  MailToolAgent ( in  fact  for  the DefaultMailMessageHandler)

   
-  when calling  this  tool agent, AppMode  0  means sending and  1  means receiving mail

   
-  when calling  this  tool agent, AppName  is  the name of MailMessageHandler  class  to use.
     We have 
default  implementation of  this   interface  called DefaultMailMessageHandler which
     needs 
3  String IN parameters (destination address, mail subject and mail content) when sending mails,
     and 
1  OUT or INOUT type parameter (message subject) when receiving mails.
     The example of usage 
for   this  tool agent  is   in  test - JavaScript.xpdl  ->  Mail Handling process.


方向:分布式系统设计

你可能感兴趣的:(shark 工作流引擎新特性MailToolAgent)