Shark中的ToolAgent用法-JavaClassToolAgent

2008-02-23 09:33:50来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

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)。

  • 上一篇: Java 的package 機制
    下一篇: 模式笔记——观察者模式

    标签:

    版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
    特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

    上一篇:NitroX for Struts IDE 2.1_425 破解实战

    下一篇:Hibernate 中的 unsaved-value 的重要性