WEB开发网
开发学院WEB开发Jsp Shark中的ToolAgent用法-JavaClassToolAgent 阅读

Shark中的ToolAgent用法-JavaClassToolAgent

 2008-01-05 18:34:03 来源:WEB开发网   
核心提示:Shark帮助文档中原文如下:javaClassToolAgent - This tool agent executes Java classes, by calling its static method called "execute". When calling this tool agent

Shark帮助文档中原文如下:

  • javaClassToolAgent - This tool agent executes Java classes, by calling its static method called "execute". When calling this tool agent's invokeapplication() method, the application name parameter should be the full name of the class that should be executed by this tool agent. So far, we defined a few classes that execute simple arithmetic Operation, generation of random number, and one that performs waiting. There are also two classes contributed to by Paloma Trigueros Cabezon, and they can be used to use this tool agent to send mails.

    This tool agent is able to "understand" the extended attribute with the following name:

    • AppName - value of this attribute should rePResent the class name to be executed.

    首先要知道这是一种把一个类来作为一个应用的方法,具体做法如下:

    1、创建一个新类javaclass.java,类中必须包含一个静态方法execute,该方法即为希望该类完成的行为。

    2、编译类文件为javaclass.class,并放入:安装路径\lib\engine\sharktoolagent-standard.jar中。

    3、这样在编辑process时,就可以应用这些自己编写的类了。可以定义application了,注重定义两个可扩展属性:ToolAgentClass=JavaClassToolAgent,AppName=类名(javaclass)。


  • Tags:Shark ToolAgent 用法

    编辑录入:爽爽 [复制链接] [打 印]
    赞助商链接