龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 软件开发 > JAVA开发 >

Shark中的ToolAgent用法-JavaScriptToolAgent

时间:2009-12-23 15:42来源:未知 作者:admin 点击:
分享到:
Shark的文档中叙述如下: javascriptToolAgent - Executes Java script. If you set application mode to 0 (zero), tool agent will search for a java script file given as applicationName parameter (this file has to be in the class path),

Shark的文档中叙述如下:

  • javascriptToolAgent - Executes Java script. If you set application mode to 0 (zero), tool agent will search for a java script file given as applicationName parameter (this file has to be in the class path), and if it founds it, it will try to execute it. Otherwise, it will consider applicationName parameter to be the script itself, and will try to execute it. So far, we defined few java script files that execute simple arithmetic operations, generation of random number, and one that performs waiting.

    This tool agent is able to "understand" the extended attributes with the following names:

    • AppName - value of this attribute should represent the name of script file to execute (this file has to be in class path)

    • Script - the value of this represents the script to be executed. I.e. this extended attribute in XPDL can be defined as follows:

      <ExtendedAttribute Name="Script" Value="c=a-b;"/>

      (a, b and c in above text are Formal parameter Ids from XPDL Application definition)

  • JavaScript工具有两种用法:

    1、当application mode设为0时,javascript代码以文件的形式给出。文件需以.js形式保存并放在:安装路径C:Shark-1.0libenginesharktoolagent-standard.jar中。假设文件名javascript.js,给出的AppName必须为javascript。

    2、当application mode设为1时,直接将要执行的代码写在AppName的参数行中。


      
    精彩图集

    赞助商链接